Open jt-gilkeson opened 7 months ago
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. This issue has had no activity for 90 days, so I marked it as stale.
The community would appreciate if you could check if the issue still persists. If it isn't, please close it. If the issue persists, and you'd like to remove the stale label, you simply need to leave a comment. Your comment can be as simple as "still important to me".
If no comment left within 21 days, this issue will be closed.
Hi @jt-gilkeson , Have you found any solution in your problem?
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: AddsFOREGROUND_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.