-
I used useGps() in my Xamarin Forms project, and published it to Google store. My Gps request for StartListener is:
Google rejected the app because the app wants ACCES_BACKGROUND_LOCATION permission. if so...how can it be solved? With regards, alon/ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Shiny GPS is really meant for background operations. It has a code injection for the manifest which is creating this. I'll consider doing this in the future, but for now it is not a priority as it is easier to have this automatically for now. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for the prompt reply. |
Beta Was this translation helpful? Give feedback.
Shiny GPS is really meant for background operations. It has a code injection for the manifest which is creating this. I'll consider doing this in the future, but for now it is not a priority as it is easier to have this automatically for now.