I have a couple of questions regarding iCloud in iOS8.
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}
toiCloud.{Bundle Name}
. Currently, my application is running only in iOS7 devices. So, if I use thisiCloud.{Bundle Name}
container, then would the content present in${TeamIdentifier}.{Bundle Name}
be copied to the new container for users ?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}
?