Here is my problem: I am working on an application using CloudKit. I need to pass on the scenario that the user has not logged into iCloud on the device. I would like to send them to iCloud settings and remind them that iCloud data must be enabled for my application. I am using NSFileManager.defaultManager().ubiquityIdentityToken to decide if I need to open iCloud user settings. The problem is that I cannot understand how . What is the iCloud device settings url? I have done a lot of research and know that I do not want UIApplicationOpenSettingsURLString . This will open the application settings, not the device. This does not make it easier to work with the new iOS 9 security features, which, I think, I configured correctly:

source share