Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sync Services and iOS

Suppose I already have an OS X app which syncs its data using Sync Services with MobileMe. Is there an way to make my iPhone/iPad app to sync (using MobileMe or not) the data using what I already prepared for the Sync Services?

I guess Apple already has the implementation inside iOS because iPhone/iPad does sync Safari bookmarks, but it doesn't seem to be available in the SDK...

like image 926
Yuji Avatar asked Jul 18 '10 19:07

Yuji


1 Answers

Sync Services is not supported on iOS at the moment, so there is no way to access that synchronization data from iOS devices at the moment.

This is unfortunate because Sync Services would relieve application developers from coming up with homegrown data synchronization solutions. Hopefully Apple will bring Sync Services to iOS in the future.

like image 178
Markus Miller Avatar answered Nov 01 '22 13:11

Markus Miller