ConsentKit
Note: This library only helps you collect consents for the services in your app that needs it, actually disabling those services is developer's job.
Usage
Define the services in your app needing the user consent
Note: Some generic services can be found in ConsentKitServices
In the flow of your app where you need consent, instantiate the lib
Check if you have missing consents
If yes, add the default ConsentKitViewController to handle all the switches for you. One item is a touple of (ConsentKitItem, Bool)
Custom storage
By default ConsentKit keeps values in UserDefaults, but you can change that with the gdpr.dataSource property. Just assign or pass through constructor a class implementing the ConsentKitDataSource