Codemagic Build Error "You must let us know whether your app uses any Foreground Service permissions.", "status": "PERMISSION_DENIED in Android" #2719
Replies: 2 comments
-
Hey @NiladriPadhy , |
Beta Was this translation helpful? Give feedback.
0 replies
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Other - please mention in your question
.NET8 MAUI for Android
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
Publishing artifact com.readywire.attendance-Signed-artifacts.aab
Publishing com.readywire.attendance-Signed-artifacts.aab to Google Play
Published com.readywire.attendance-Signed.aab to track internal
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)
66da2713863a11458378b0e2
Beta Was this translation helpful? Give feedback.
All reactions