PermissionsKit icon indicating copy to clipboard operation
PermissionsKit copied to clipboard

Does this work with Notarized (aka hardened runtime) apps?

Open richie5um opened this issue 6 years ago • 0 comments

I had to switch to hardened runtime to get my app notarized. I tried to use PermissionKit, but, it seems that if you use the hardened runtime, you can only enable/request Calendar/Contacts/... use from the 'Signing & Capabilities' section in Xcode - which, sadly, means the user is prompted at app launch.

I changed the included PermissionsKitTestApp to use the hardened runtime and then the app's authorise buttons no longer worked correctly - as the app was prompted by the OS at app start, and then the app either had the permission or they didn't, and the button didn't request it again.

Or, have I got something wrong?

richie5um avatar Nov 13 '19 12:11 richie5um