On 10 Oct 2011, at 9:55pm, Andy Davidson wrote: > I have an iPhone app that uses a sqlite base . Apple's iCloud is very cool > It automatically syncs your changes back to the cloud and out to all your > other devices. Does anyone know what I need to do to get sqlite to work > with Apple's iCloud.
There's really no point to integrating them. They both do similar things. Just one stores data in a file an your hard disk (or networked server) and the other stores data at Apple's server farm. I'm afraid I can't give details until the iCloud APIs go public, which is not yet. The same is true of everything to do with iOS 5. But basically yes, stuff works, roughly the way you'd expect it to. It's worth bearing in mind that your device's communications with the cloud might be going through a poor quality phone connection, at phone connection speeds. You do not want to store more than a few K in the cloud. Thirty or forty important locations for your GPS device ? Fine. Every place you've ever stopped ? No. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users