extension-gpgs icon indicating copy to clipboard operation
extension-gpgs copied to clipboard

Defold native extension for Google Play Game Services

Results 8 extension-gpgs issues
Sort by recently updated
recently updated
newest added

Pressed the Login button and got the login false message. Tested on emulator and on actual Samsung device. Used Extension GPGS Master and Extension GPGS 3.0.2

Adds `request_email` and `request_profile` flag in gpgs config to be able to request these scopes from google. `gpgs.get_email()` and `gpg.get_profile()` function to retrieve these information. * Fixes issue #48

Currently, the plugin doesn't have a way to request for email and profile info while SignIn. Add a flag that can be configured in game.project for email and ProfileInfo. The...

enhancement

https://developers.google.com/games/services/v1/android/quickstart

Removed the preceding slash that was preventing GPSP to work properly.

There are no API reference or autocomplete info for gps.event_* methods in the extension.

https://developers.google.com/nearby/connections/overview

enhancement