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?