objective c - How do i connect to a remote database in iOS? -


Most mobile platforms are trying to create a common database.

You will have to do a webservice on behalf of various platforms. Communicating with remote DB

The problem with doing this is that you will use a lot of data if the device is making all your calls to a remote DB compared to a local DP.


Comments