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
{{ message }}
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.
If a permission was formerly denied and I tap 'Show Me' to grant that permission access, upon granting (while my app is still in the background) the logger reads:
Presenting view controllers on detached view controllers is discouraged <PermissionScope.PermissionScope: 0x7fe1120a1000>.
And i'm thrown a SIGKILL on the main thread.
I noticed the PersmissionScope (View Controller) is being presented from the UIApplication's keyWindow and thus I have no control over the UIViewController doing the presentation.
How can I modify my code so that PermissionScope doesn't crash my App in the background?
The text was updated successfully, but these errors were encountered:
I'm not quite sure how to debug this issue.
I built a singly referenced PermissionScope like so:
And present it like so:
If a permission was formerly denied and I tap 'Show Me' to grant that permission access, upon granting (while my app is still in the background) the logger reads:
Presenting view controllers on detached view controllers is discouraged <PermissionScope.PermissionScope: 0x7fe1120a1000>.
And i'm thrown a
SIGKILL
on the main thread.I noticed the PersmissionScope (View Controller) is being presented from the UIApplication's keyWindow and thus I have no control over the UIViewController doing the presentation.
How can I modify my code so that PermissionScope doesn't crash my App in the background?
The text was updated successfully, but these errors were encountered: