Tutorialwork / cloud_kit

Flutter plugin to use CloudKit in your iOS app
https://pub.dev/packages/cloud_kit
GNU General Public License v3.0
16 stars 10 forks source link

User is not logged in with iCloud #11

Open integdigital opened 11 months ago

integdigital commented 11 months ago

What exactly is meant by that? I cant save files.

Tutorialwork commented 10 months ago

That means that the user needs to be signed in into his Apple ID in the settings of the iOS device. If this is not the case you can't use CloudKit.

integdigital commented 10 months ago

I am testing this package with my personal IPhone in TestFlight. I am logged into Apple ID and have enabled iCloud. Unfortunately it still shows „User is not logged in“

Tutorialwork commented 10 months ago

Are you sure that you enabled the iCloud Capability in Xcode?

integdigital commented 10 months ago

Yes, iCloud is enabled in Xcode and in the Apple Certificate.

Bildschirmfoto 2024-01-02 um 15 02 35
Tutorialwork commented 10 months ago

Did you try to test your app in production on your iPhone? Because it makes a difference.