-
Notifications
You must be signed in to change notification settings - Fork 107
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
Comments
@Spokplacenta look like Google cannot find where your VPN feature is |
Probably, is this coming from my way of implementing openvpn_flutter? |
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. |
i solved my problem by explaining my use case by appeal. 🖖 |
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:
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:

The text was updated successfully, but these errors were encountered: