You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to check a permission status before presenting the CustomPermissionsViewController, in case the permission is already ok.
How would I do that? In Example Project/ViewController.swift, I tried let calendarCheck = PACalendarPermissionsCheck() print("\(calendarCheck.status)")
but it always returns "checking".
Also I want to add MediaLibrary support. Which check class would you recommend to use as an template for that?
If I delete the unused check classes in my project, will this prevent the issue
"Too many permissions for AppStore", please see nickoneill/PermissionScope#194
I used PermissionScope in the past, but looking for a new solution as PermissionScope is not maintained anymore.
Thank you very much.
The text was updated successfully, but these errors were encountered:
I want to check a permission status before presenting the CustomPermissionsViewController, in case the permission is already ok.
How would I do that? In Example Project/ViewController.swift, I tried
let calendarCheck = PACalendarPermissionsCheck()
print("\(calendarCheck.status)")
but it always returns "checking".
Also I want to add MediaLibrary support. Which check class would you recommend to use as an template for that?
If I delete the unused check classes in my project, will this prevent the issue
"Too many permissions for AppStore", please see
nickoneill/PermissionScope#194
I used PermissionScope in the past, but looking for a new solution as PermissionScope is not maintained anymore.
Thank you very much.
The text was updated successfully, but these errors were encountered: