Get started
Last updated
Was this helpful?
Last updated
Was this helpful?
Before starting DriveKit Permissions Utils UI integration, make sure that you have initialized module, especially if you have .
The Permissions Utils UI SDK is available on Cocoapods master repo.
To access the framework in the repository, add the following lines to your Podfile:
Then, run pod install
If you have , the Permissions Utils UI module must also be manually initialized. In the application's AppDelegate file, import DriveKitPermissionsUtilsUI:
Then, to initialize the Permissions Utils module in your app, you must call the initialization method in didFinishLaunchingWithOptions method of your AppDelegate: