nizwar / openvpn_flutter

A package that allow you to connect OpenVPN service with Flutter
https://pub.dev/packages/openvpn_flutter
GNU General Public License v3.0
80 stars 86 forks source link

App Rejected from Google Play #109

Open Spokplacenta opened 2 weeks ago

Spokplacenta commented 2 weeks ago

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 commented 1 week ago

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

Spokplacenta commented 1 week ago

@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 commented 1 week ago

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