Replies: 3 comments 1 reply
|
Hello @burekas7, UIBackgroundModes includes processing, but the Info.plist does not include BGTaskSchedulerPermittedIdentifiers. Please add this key to your iOS Info.plist and include the identifier(s) used by the app for background tasks. Make sure the identifier matches what your app uses when registering/submitting background tasks. From Google Play, the error: Google requires you to complete the Foreground Service declaration for the foreground service permissions used by the app. Since background location tracking was added, please check the permissions/services declared in the Android manifest and complete the required Foreground Service permission declaration in Play Console for this app. After updating the iOS Info.plist and completing the Google Play declaration, please run the build again. |
|
@dam-ease Regarding iOS, thanks I already had this: Maybe I will try this one instead as they suggests there: Regarding Google Play, I've actually already checked with Gemini. Gemini suggested uploading manually and saving it as a draft, because that forces them to re-evaluate it, but that didn't help :/ Any help here with Google Play please? EDIT: I was actully need to upload and submit it, not just a draft. I have the declaration now. Thanks |
|
The issue with Google Play solved. But there is still problem with App Store even after updating the Builld details: What should I need to do? Thanks |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
I recently added background location tracking to the mobile app.
Now, when I try to publish it for testing purposes only, I get an error in both the App Store and Google Play.
You can see the log here:
https://codemagic.io/app/636d13b239a6170009d6aedd/build/6a21a148b4671d653d902811
How can I solve this?
All reactions