-
Notifications
You must be signed in to change notification settings - Fork 15
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
Google Play rejection issues with FOREGROUND_SERVICE permission #299
Comments
Hi Chris! |
I am not an expert in Play Store publishing. Issues with permissions are completely between you and Google. If Google doesn't thing your app deserves some permission, it's up to you to prove to them why it does. Each app is completely different. |
this works, add these lines.
|
hi! we had passed the review:
anyway, I'm sure we do not want to remove ACTIVITY_RECOGNITION from manifest to keep the plugin doing it's work best, and we do not want to remove FOREGROUND_SERVICE_HEALTH because there is no such in latest v6 plugin version (but it was required in v5) |
That's correct. This plugin removed |
@ademirtemur stop posting this on every repo or I’ll block you. It’s wrong. |
Hi! We've faced an issue with multiple rejections on our Android app submission to the Google Play Store after trying to release an update of our app in December. The plugin's version was 5.4.1.
We migrated then to Capacitor 6 and the latest version of the plugin, but release was rejected with the same reasons.
(Release of our app in early November with plugin 5.4.1 was not rejected)
Other rejection is about our declaration, we don't know what video we could provide for FOREGROUND_SERVICE permission:
Our actual app declaraion has confirmed FOREGROUND_SERVICE_LOCATION and FOREGROUND_SERVICE_HEALTH permsissions, but not FOREGROUND_SERVICE.
npx cap doctor
)variables.gradle:
We've tried submitting appeal describing how the plugin use motion detection but it was rejected too.
Thanks for any help you can provide!
The text was updated successfully, but these errors were encountered: