PermissionsKit icon indicating copy to clipboard operation
PermissionsKit copied to clipboard

Universal API for request permission and get its statuses.

Results 8 PermissionsKit issues
Sort by recently updated
recently updated
newest added

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() { //...

enhancement

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...

enhancement

**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...

enhancement
wait more

## 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...

bug

New iOS 17 requestFullAccessToEvents returns always notDetermined on first run in Reminder

bug

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...

enhancement

Lack of Home permission

enhancement