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.
I'm trying to use PermissionScope with Objective C and configure it to request for Motion, Location and Notification. I get a non deteministic behavior.
Sometimes PermissionScope is displayed after I open the UI a second time. Sometimes I'm in an endless loop of private func triggerMotionStatusUpdate() {} that gets called in self.permissionScope = [[PermissionScope alloc] init];. This results in a white screen and the iOS permission alert is visible when quitting the app.
Is the code below not correct or is this a bug in PermissionScope?
I'm trying to use PermissionScope with Objective C and configure it to request for Motion, Location and Notification. I get a non deteministic behavior.
Sometimes PermissionScope is displayed after I open the UI a second time. Sometimes I'm in an endless loop of
private func triggerMotionStatusUpdate() {}
that gets called inself.permissionScope = [[PermissionScope alloc] init];
. This results in a white screen and the iOS permission alert is visible when quitting the app.Is the code below not correct or is this a bug in PermissionScope?
The text was updated successfully, but these errors were encountered: