Workflow between appery.io and Xcode
Hi All,
I am looking for advice on how to manage development when using appery.io's online IDE and then exporting to Xcode source for native development.
I understand that exporting is kind of an endpoint of the online IDE, but this does not seem satisfactory. Take this scenario;
I develop and test my app online. Now I need to export to Xcode to develop native bits that I cannot do in the online IDE (e.g., interapp data sharing, send email, printing). I start in on creating those pieces of functionality in Xcode.
Inevitably I discover bugs in my appery.io code, or that I need changes to the design or database. So I go back into appery.io to make the necessary modifications.
At this point I have two versions of my app. the online one and the local Xcode project I have changed.
If I export my updated appery.io source, how do I manage reintegrating the new source into the Xcode project I have been working on? I can see how this becomes difficult.
Any ideas on the best way to handle these workflow issues?
If I decide that the best way is to skip the hassle and just develop 100% native, does appery.io have a native sdk/library, so that I can still use appery.io's database services without developing them using the online IDE?