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
Hi! I updated the SDK version in my flutter application and get problem that the user's geolocation not collected. Prompt location request did not show
I tried:
checked for isSharedLocation() - in response I received "true":
Add to manifest permissions ACCESS_FINE_LOCATION, ACCESS_COARSE_LOCATION, ACCESS_BACKGROUND_LOCATION;
add to build.gradle implementation of gms:play-services-location:21.0.1;
rebuild project;
tested it on 3 real devices and 4 emulators;
downgrade to previous version 3.5.1 of flutter sdk - all works fine;
added/removed the await modifier.
My code on screenshot:
Screenshot from OneSignal Dashbord with examples of test installs:
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Suzven
changed the title
[question]: OneSignal 5.0.0 did not prompt location permission
[question]: OneSignal 5.0.0 did not collect location
Sep 22, 2023
How can we help?
Hi! I updated the SDK version in my flutter application and get problem that the user's geolocation not collected. Prompt location request did not show
I tried:
"true"
:ACCESS_FINE_LOCATION
,ACCESS_COARSE_LOCATION
,ACCESS_BACKGROUND_LOCATION
;build.gradle
implementation ofgms:play-services-location:21.0.1
;await
modifier.My code on screenshot:
Screenshot from OneSignal Dashbord with examples of test installs:
Code of Conduct
The text was updated successfully, but these errors were encountered: