-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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:
activityManager.queryActivityStartingFromDateToDateToQueueWithHandler(NSDate.distantPast, new Date(), motionActivityQueue, (activities, error) => {
if (error) {
reject(error);
}
...
return getStatus();
```
Metadata
Metadata
Assignees
Labels
No labels