louisbl / cordova-plugin-locationservices

Google Location Services for Cordova/Android
Apache License 2.0
40 stars 48 forks source link

Location request does not wait for Permission #24

Open Daffyfrog opened 7 years ago

Daffyfrog commented 7 years ago

On Samsung Galaxy S7 Edge, Android 7.0, My app crashes right after showing Permission dialog, and throws : Client must have ACCESS_FINE_LOCATION permission to request PRIORITY_HIGH_ACCURACY locations.

If I choose "Yes" and re-run my app, Location works perfectly. It's not very professional to have an app crashing at first launch.

Thank you for your answer