Connect database from appery.io to xcode5 (objective C)
How do i connect a database to my app in xcode 5?
im not using the app builder platform, just the server and i'm coding with objective c in xcode 5
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
How do i connect a database to my app in xcode 5?
im not using the app builder platform, just the server and i'm coding with objective c in xcode 5
Hello,
You can use DB anywhere:
http://docs.appery.io/documentation/c...
Thank you very much! However, I am still not sure how to connect the DB to xcode. Any suggestions or tutorials you could point me towards?
Hello,
Unfortunately there is no such tutorial which will show you how you can integrate DB to Xcode project.
You can create a simple DB app using Appery.io builder and export it as xCode project to review the sources to see how it works.
http://docs.appery.io/tutorials/build...
Or could use any Objective-C RESTful frameworks.
http://stackoverflow.com/questions/15...