Synchronize iOS and tvOS with Key-Value Storage

Hello,


I am using key-value storage to save and synchronize data in iCloud. While this works well for all iOS Devices, Apple TV does not synchronize with the iOS devices.


I checked the entitlements file with "codesign -d --entitlements :- myApp.app", it is the exact same on the iOS and tvOS app.

However, apparently tvOS uses a different container than iOS. Did anyone experience this issue as well? Any help is greatly appreciated! Also, does anybody know how can check the Key-Value-Storage container url at runtime?

Did anyone get tvOS and iOS sync working so far?


As said, it synchronizes perfectly on the Apple TV itself, but I can't get it to synchronize with my phone. Is this maybe not possible at all?

Synchronize iOS and tvOS with Key-Value Storage
 
 
Q