deansyd / icloud_storage

A flutter plugin for uploading and downloading files to and from iCloud
MIT License
40 stars 24 forks source link

How to get `iCloudContainerId` of the user #5

Closed vedartm closed 3 years ago

vedartm commented 3 years ago

I am trying to build an app with the option to sync the data with the user's iCloud. How to get the iCloudContainerId of the particular user's iCloud account?

deansyd commented 3 years ago

The iCloud Container ID is not specific to any user's account, but to your App ID. Please refer to https://pub.dev/packages/icloud_storage#how-to-set-up-icloud-container-and-enable-the-capability

vedartm commented 3 years ago

@deansyd Can you explain where the data will be stored? Will it be in the respective user's iCloud account or any specific iCloud?