Skip to content
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

App Rejected from Google Play #109

Closed
Spokplacenta opened this issue Jul 3, 2024 · 4 comments
Closed

App Rejected from Google Play #109

Spokplacenta opened this issue Jul 3, 2024 · 4 comments

Comments

@Spokplacenta
Copy link

Hello everyone,
My app works well on IOS, as well as on Android.
I published it as a test on the appStore and it was validated, however, on the Play Store, it's another story. I tried several configurations in the manifest, nothing to do, I always get rejected by Google with this answer:
image

For those who posted, do you have this line in the AndroidManifest:
<uses-permission android:name="android.permission.BIND_VPN_SERVICE"/>

I also filled out the form:
image

@minhbn00
Copy link

minhbn00 commented Jul 8, 2024

@Spokplacenta look like Google cannot find where your VPN feature is

@Spokplacenta
Copy link
Author

@Spokplacenta look like Google cannot find where your VPN feature is

Probably, is this coming from my way of implementing openvpn_flutter?
I ask for permission in "manifest - application", this may not be the right place.
I tried without asking permission but got the same error.

@minhbn00
Copy link

the "BIND_VPN_SERVICE" permission is needed for your app to run and start VPN service, and it is imported in the manifest file of the openvpn_flutter package.
So I think this is not a problem with the manifest or how you config it, maybe because Google can't test or can't find where your VPN feature is and then rejects your app

@Spokplacenta
Copy link
Author

i solved my problem by explaining my use case by appeal. 🖖

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants