I want to sync core data between applications which have different Bundle ids but same Team Id. Is it possible to sync between two different bundle id application?
I have make two targets of application and given different bundle id to each.
Please guide me, what should i have to do?
Thanks,
Yes. In Xcode you define an entitlements file for iCloud. This has an identifier used for iCloud. If both your apps use the same identifier then they will be able to exchange data.
See “Configuring your apps iCloud entitlements” for the details.