ICloud and Jailbreak Permissions

I am trying to use it NSUbiquitousKeyValueStoreinside my application and it works as expected with a non-jailbroken iPad. I can delete the application, and when I reinstall it, the settings are saved in iCloud.

However, when I try to run the same application on an iPhone with a jailbroken iPhone (AppSync for iOS 5.0+), I get the following error:

NSUbiquitousKeyValueStore error: com.companyname.yourapp has no valid com.apple.developer.ubiquity-kvstore-identifier entitlement

I tried distributing fixes like recreating and reinstalling preparation profiles or cleaning the build directory, but there is no way to fix the problem.

On the other hand, I know that development with Game Center + jailbroken using the AppSync application leads to "Game not detected" errors.

Did you know that iCloud development and jailbreak can cause this error that I get?

thank

+3
source share
1 answer

I'm going to answer my question, and if you have Jailbreak + AppSync installed for iOS 5.0+, iCloud does not work as expected. You must remove AppSync.

+3
source

All Articles