We are integrating to our app iCloud sync between user devices. We have noticed that the user needs to enable iCloud drive in order to access to the public database, as suggested in the official documentation: https://developer.apple.com/documentation/cloudkit/enabling_cloudkit_in_your_app
The problem is that in our first testflight session we have noticed that not every user has that option enabled and basically is making our app unusable for these users. There is a way to let the user enable that option from our app or access to the public database without problems? This is pretty annoying to us, there is a workaround or a better solution than showing how to enable the iCloud drive from the user settings?