iOS 8 iCloud container change

772 Views Asked by At

I have a couple of questions regarding iCloud in iOS8.

  1. I am going through my developer profile and the iCloud container that was associated with my profile has been changed from my ${TeamIdentifer}{Bundle Name} to iCloud.{Bundle Name} . Currently, my application is running only in iOS7 devices. So, if I use this iCloud.{Bundle Name} container, then would the content present in ${TeamIdentifier}.{Bundle Name} be copied to the new container for users ?

  2. Also, I am using xCode 6 beta 6 and it is not recognizing my ${TeamIdentifier}.{Bundle Name} iCloud container. It is most probably because of my developer profile. I am planning to deploy the application for both iOS7 and iOS8. So, is there any way to change the iCloud container to ${TeamIdentifier}.{Bundle Name} ?

1

There are 1 best solutions below

4
Aditya Wirayudha On
  1. No one know for sure for now, I am currently will keep using the old style since it seems to work on iOS 8
  2. You can change it on entitlements.plist file see here https://developer.apple.com/library/mac/documentation/Miscellaneous/Reference/EntitlementKeyReference/Chapters/AboutEntitlements.html