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
@jeremykanso actually the whole code is correct. There was just an issue with a else missing. But it is correct to not return the status on error. We reject with the error, not with the status. It works the same with all permissions
Uh oh!
There was an error while loading. Please reload this page.
Hello @farfromrefug
If you refuse a motion permission on iOS, you'll get an error from iOS: "Domain=CMErrorDomain Code=105"
Plus, you never return the status for requested motion perm on rejected.
Related code in the repo:
The text was updated successfully, but these errors were encountered: