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
google has repeatedly rejected our application due to the fact that we have access to background location that we aren't using, we've updated the privacy policy, added a modal prompt to tell user we are going to be using background location (even when we are not ), app was still rejected, went through the console and came across this set of permission
google has repeatedly rejected our application due to the fact that we have access to background location that we aren't using, we've updated the privacy policy, added a modal prompt to tell user we are going to be using background location (even when we are not ), app was still rejected, went through the console and came across this set of permission
`
android.permission.ACCESS_BACKGROUND_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_COARSE_LOCATION
`
currently looking for a way to fix this
The text was updated successfully, but these errors were encountered: