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
Another question would be, if there is a way to get the answer of the user from OneSignal.Location.requestPermission() similar to await OneSignal.Notifications.requestPermission(fallbackToSettings: boolean)?
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
@stilllovinnero Thank you for reaching out we will investigate the issue. Unfortunately there is not value returned from the requestPermission for location, but we will investigate adding that in!
How can we help?
I have a problem with the following use-flow:
When the user allows the tracking via settings, the location point is not send to the OneSignal Dashboard.
Is there something I have to do in my App to react to these permission changes?
Right now I try to do this when returning to the app from settings, using OneSignal.Location.setShared():
Another question would be, if there is a way to get the answer of the user from OneSignal.Location.requestPermission() similar to await OneSignal.Notifications.requestPermission(fallbackToSettings: boolean)?
Code of Conduct
The text was updated successfully, but these errors were encountered: