You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: