-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[question]: Problem with geolocation #859
Comments
UPDATE - i tried some ways and i found that if i install apk-debug.apk it works fine but if i install apk-release.apk OneSignal.location not working - PLEASE HELP ME FIX |
Hey @Samuelg0ld thanks for reporting. Can you test with obfuscation off? |
Yeah i tried it but it not working. |
I had same issue so I added this code to proguard-rule.pro and then it's also working on release mode
|
Looks like this discussion has gone stale, so I'll be closing it out. @Samuelg0ld was the solution above sufficient for you? |
How can we help?
Hi i have problem with OneSignal geolocation. In my app i made request for geolocation and if geolocation is accepted i will set OneSignal.Location.setShared(true);
Everything works fine in emulator, but when i made build apk and then download apk to my real device, on the real device i accepted geolocation and after that nothing happened. In one signal i saw that i have new subsciption but in location point was nothing...
Code of Conduct
The text was updated successfully, but these errors were encountered: