iCloud Plugin

Does the iCloud Plugin handle file syncing between devices such as image and video files that were created by the user within the app? If so, please explain how to implement this.

Also, is iCloud file storage available for testing on the Xcode simulator?

Thanks!

For image and video files, I suppose you would have to sync them as documents, one of the three types of iCloud operations.

As for the second question have you tried to add:  [“iphone-sim”]=true to your supportedPlatform line for the iCloud plugin and tried?

Rob

Thanks for responding Rob. I’ve added  [“iphone-sim”]=true and it works with the KVS key storage. However, it returns an error when I check the docInit function. I setup cloud storage on my simulator, so I know that is enabled. What am I doing wrong?

Engineering said the docs stuff can be tricky. You have to have the right entitlements included in your provisioning profile. But it should work. It would be helpful for you to copy/paste the error message.

Rob

HOPE YOU HAVE FINISH THIS ISSUE

For image and video files, I suppose you would have to sync them as documents, one of the three types of iCloud operations.

As for the second question have you tried to add:  [“iphone-sim”]=true to your supportedPlatform line for the iCloud plugin and tried?

Rob

Thanks for responding Rob. I’ve added  [“iphone-sim”]=true and it works with the KVS key storage. However, it returns an error when I check the docInit function. I setup cloud storage on my simulator, so I know that is enabled. What am I doing wrong?

Engineering said the docs stuff can be tricky. You have to have the right entitlements included in your provisioning profile. But it should work. It would be helpful for you to copy/paste the error message.

Rob

HOPE YOU HAVE FINISH THIS ISSUE