Incorrect documentation for SDK 39 getPermissionsAsync

SDK 39 Managed Workflow on iOS Simulator.

I started getting errors after upgrading because seems like the result which used to include an ios key on ios does not anymore.

Also, seems like you guys moved the “scope” from “ios” specific onto the top level, so my result looks like this now:

Object {
“canAskAgain”: true,
“expires”: “never”,
“granted”: true,
“scope”: “always”,
“status”: “granted”,
}

Documentation on website does not show “scope” being there. Is this also the case for android? My guess is yes since android also now supports While in Use as well, but would be great to have documentation up-to-date.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.