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
An un-catchable error that causes application crash is thrown for me, on IOS 13.4 when after granting access to contacts, I revoke that access for the specific app from Settings screen.
Seems likely the nil reference is returned when the user has blocked access to the contacts. Maybe this is not an issue previously?
The text was updated successfully, but these errors were encountered:
qufighter
changed the title
Exception is thrown if Contacts access is revoked from Settings
Uncatchable error is thrown if Contacts access is revoked from Settings
Apr 13, 2020
An un-catchable error that causes application crash is thrown for me, on IOS 13.4 when after granting access to contacts, I revoke that access for the specific app from Settings screen.
https://github.com/jakeboxer/JBDeviceOwner/blob/master/JBDeviceOwner/JBDeviceOwner.m#L110
The following code corrects' the issue:
Seems likely the
nil
reference is returned when the user has blocked access to the contacts. Maybe this is not an issue previously?The text was updated successfully, but these errors were encountered: