I been having issues with GPG Objects in my latest project.
I submitted my findings to the Bug Tracker but got dismissed, because apparently it's working for Fernando and therefore it's not relevant.
My issues however seem to stem from either the actual extension or from building the apk. So I was hoping to get some information on how you guys managed to make it work.
I'm using the following:
GPGObjects_V101_ForFusionBuild287orAbove
Android Build API: 22 (tried different API)
Fusion Build:287.9 (latest, also tried earlier builds)
Java SDK: 8u112 (again, tried switching to earlier)
Some background: The game is published, I'm troubleshooting with multiple devices. I have the dashboard set up correctly with: Login, Cloud Save and Leaderboards working as intended.
Here are my issues:
GPG Connector - Send Gift
Attempting to send a gift crashes the app. I solved this issue by copying the action "Send Gift" from the example file named "Test Play Games basic.mfa". It does not work in "testbed-GooglePlayGames_105.mfa" nor by creating the action on my own. Obviously the functional Action is no longer available to be used in the latest version of GPG objects. Fernando's example file is using an old Action that is still functional to me.
GPG Leaderboards - GetCenterScoreQty
This always returns with 0 results. Unless performed after the action "Read Leaderboard Top Score with id" then it returns me odd values instead (values otherwise not present on the leaderboard).
GPG Quests - Claim Reward
Pressing the Claim Reward after finishing a Quest in the built-in UI does nothing. The event On New Reward Received is not happening. Everything about Quests seem to be working except that Claim does nothing. Entering the menu and attempting to claim the reward again yields the same result.
Also I would love to be able to create my own Quest UI. But claiming rewards outside of the default UI is for some reason not supported at the moment.