PermissionsKit
PermissionsKit copied to clipboard
Universal API for request permission and get its statuses.
We can check the status o f the bluetooth if it's turned `on` or `off` Should be great to check that too with PermissionsKit ```swift var manager:CBCentralManager! viewDidLoad() { //...
When you deny, PermissionsKit show up a alert with 2 options: "cancel" and "settings", you can change the text of settings using `deniedPermissionAlertTexts ` But I need to know if...
**Feature Description** Describe what functionality you want to see. Thank you for your development of this library. I have a small demand. When the application is started for the first...
## Goal - Allow using the `TrackingPermision` with iOS from iOS 14.0.0 ## Why? - One of my apps targeted iOS 14. It actually tracks users. - And I need...
Steps to reproduce: 1. Open the app for the first time and request notification permission. Click Allow 2. Manually open the system settings page and turn off the App notification...
New iOS 17 requestFullAccessToEvents returns always notDetermined on first run in Reminder
Currently, the three types .badge, .alert and .sound are always requested. In the latest versions of iOS, new types such as .timeSensitive or .critical have been introduced. These should be...