cgisca / PGSGP

Play Games Services plugin for Godot Game Engine - Android
MIT License
217 stars 61 forks source link

SignIn without the Permission Popup #74

Open joined72 opened 1 year ago

joined72 commented 1 year ago

Hi, I'm using your plugin and works well (thanks for it), but at the first game run it show the Google Play Game Services Permission Popup, I think it will ask permission to modify or delete google play services data or something.

How do we prevent this to happen ?

I think user will be scared to continue playing the game when we asked permission to modify their Google Play Services and most will probably uninstalled the game when they read the popup dialog.

I just tried setting:

var show_popups := false
var request_email := false
var request_profile := false
var request_token := ""

but the result it's always the same.