First of all thanks for the help! I am working on a application that we are planning to store some data in iCloud space. We have added iCloud code to app but unable to figure out few things as mentioned below:
- Is it necessary to have iCloud enabled in user device (user might choose not to use iCloud via Settings -> iCloud) to save my app data to iCloud?
- As far as i know data on iCloud is being saved on the basis of apple id of user; so if user changes his apple id via Settings -> Store then where my app data will be stored (app is downloaded via different apple id) ?
- How to test iCloud on development environment. When i install the app (via testflight using adHoc mpp) on various devices it does not synchronize the data)?
Thanks again! MP