-
Notifications
You must be signed in to change notification settings - Fork 38
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
Failed to commit edit, error: googleapi: Error 403: You must let us know whether your app uses any Foreground Service permissions., forbidden #163
Comments
You may try uploading your app manually on the UI of Google Play console and try to resolve any warnings there first. After that automated deploy could be continued. |
Hello there, I'm a bot. On behalf of the community I thank you for opening this issue. To help our human contributors focus on the most relevant reports, I check up on old issues to see if they're still relevant. The community would appreciate if you could check if the issue still persists. If it isn't, please close it. If no comment left within 21 days, this issue will be closed. |
Hi @jt-gilkeson , |
Hi @jt-gilkeson @tsakmalis , have you guys found any solution for this? |
We had to upload manually. So basically I had to change our bitrise steps to create build on bitrise and then manually upload it to the play store, which then prompted for an explanation about the foreground service, which we were able to then submit a response bout how the foreground service was being used, then publish it. Then after that go back and change the bitrise flow to re-enable uploading to the play store for future builds. Kind of a pain, but fortunately you only have to do it once. |
Just a pro tip for speeding up the work.
|
Troubleshooting
Useful information
Issue description
We updated the radar library in our project.
implementation 'io.radar:sdk:3.9.8'
That library now:
Adds
FOREGROUND_SERVICE_LOCATION
permission to Android manifest.The bitrise step to deploy the build to the Play Store now fails with:
Failed to commit edit, error: googleapi: Error 403: You must let us know whether your app uses any Foreground Service permissions., forbidden
If I manually add that permission to my manifest, it then gives two of these errors instead of one.
We've rolled back the library version so that we can deploy, but need guidance on how we can prevent this step from failing when we do update the library.
Bitrise info
Steps to reproduce
Add radar, try to submit a build to the store.
Caveat: The issue might be with Radar's SDK, I have an issue open with them too.
The text was updated successfully, but these errors were encountered: