Get started
Prerequisite
Before starting DriveKit Permissions Utils UI integration, make sure that you have initialized Common UI module, especially if you have disabled the SDK auto-initialization.
Integration
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
Initialization
If you have disabled the SDK auto-initialization, 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:
Last updated