database - iOS app - data across devices -
i'm new ios app development, , planning developing app require devices use data across multiple devices , stored centrally.
typically use database such mysql (this store data currently) understand there isn't native support in ios development (is correct)
what best way me store data centrally , make accessible multiple ios devices.
james
there lot of different approaches , depending on kind of data , kinds of devices want target. suggest using coredata local data , using parse.com backend. app push/pull data parse sync data.
Comments
Post a Comment