Post

Replies

Boosts

Views

Activity

Reply to Provisional Permission is not working as expected in iOS 16
I observed the same for iOS 18. There is a partial workaround: when authorization status is .notDetermined, request only .provisional authorization when authorization status is .authorized (i.e. after the user chose Keep), request [.alert, .badge, .sound] This way you at least get support for badges and sound, but it is still bad because the Lock screen and Banner settings will still be disabled and I think there is no way to re-request them programmatically. Unfortunately this makes provisional authorization kind of undesirable for many use cases.
Mar ’26
Reply to Unable to connect to Wifi AP with AccessorySetupKit
In my tests, calling NEHotspotConfigurationManager.removeConfiguration(forSSID:) disconnected from the accessory's AP again.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to Provisional Permission is not working as expected in iOS 16
I observed the same for iOS 18. There is a partial workaround: when authorization status is .notDetermined, request only .provisional authorization when authorization status is .authorized (i.e. after the user chose Keep), request [.alert, .badge, .sound] This way you at least get support for badges and sound, but it is still bad because the Lock screen and Banner settings will still be disabled and I think there is no way to re-request them programmatically. Unfortunately this makes provisional authorization kind of undesirable for many use cases.
Replies
Boosts
Views
Activity
Mar ’26