You must let us know whether your app uses any Foreground Service permissions.", "status": "PERMISSION_DENIED in Android #2545
Replies: 4 comments 1 reply
-
Hi @AnanthaRaoK, there are new foreground permission requirements for submitting applications to the Google Play Store with Android SDK 34 (Android 14). I found users online using this workaround, where they block the permission in app.config.js, and they were able to submit their Android builds. Please check it out |
Beta Was this translation helpful? Give feedback.
-
i also facing same issue i have only these files in Android manifest Publishing failed :| Google Play failed to upload artefacts. You must let us know whether your app uses any Foreground Service permissions.: { "error": { "code": 403, "message": "You must let us know whether your app uses any Foreground Service permissions.", "status": "PERMISSION_DENIED" } } and There is no any sensitivePermission like thing in privacy Please help |
Beta Was this translation helpful? Give feedback.
-
I'm tentatively closing the discussion since we haven't heard back from you. You can open the discussion again by replying to this message or opening a new discussion. |
Beta Was this translation helpful? Give feedback.
-
This issue is closed as unanswered. So created similar issue for find the solution. |
Beta Was this translation helpful? Give feedback.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
Preparing build machine Done
Fetching app sources Done
Installing SDKs Done
Set up code signing identities Done
Installing dependencies Done
Building Android Done
Publishing Getting Error like below
== Gathering artifacts ==
== Publishing artifacts ==
Publishing artifact app-release.aab
Publishing artifact mapping.txt
Publishing app-release.aab to Google Play
Published app-release.aab to track production
Google Play failed to upload artefacts. You must let us know whether your app uses any Foreground Service permissions.: {
"error": {
"code": 403,
"message": "You must let us know whether your app uses any Foreground Service permissions.",
"status": "PERMISSION_DENIED"
}
}
Build failed :|
Publishing failed :|
Google Play failed to upload artefacts. You must let us know whether your app uses any Foreground Service permissions.: {
"error": {
"code": 403,
"message": "You must let us know whether your app uses any Foreground Service permissions.",
"status": "PERMISSION_DENIED"
}
}
Expected results
Build and Published successfuly
Actual results
Publishing failed :| Google Play failed to upload artefacts. You must let us know whether your app uses any Foreground Service permissions.: { "error": { "code": 403, "message": "You must let us know whether your app uses any Foreground Service permissions.", "status": "PERMISSION_DENIED" } }
Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions