According to the iOS10 documentation, Core Data stores with ubiquity options have been deprecated. But aside from deprecation warnings in code, it doesn't mention when the services will be discontinued ... will the apps still continue to sync for the forseeable future? Can someone on Core Data team comment?
Hi zulfishah,
Apps will continue to work for the foreseeable future. Aside from the deprecation warnings, there are no changes to or removal of the functionality in iOS 10. We don't have any specific time line to announce now, but traditionally deprecated symbols on our platform remain functional for a considerable period of time before removal.
Only the client Core Data iCloud API symbols are deprecated. Core Data with iCloud is built on top of the iCloud Drive service. The service pieces are not effected in any way and will continue to work. If and when the deprecated APIs are disabled in some future OS version, applications running on iOS 9 or 10 will continue to work.
- Ben