Hi All
I’m trying to enable real money purchase system for Android and iOS using PlayFab.
I’m following this link from the official documentation of PlayFab: Marketplace Redemption
As you can see in this image first I’m calling Login with Google Account to get the use Token:
Then I’m using the token from google to build the request for PlayFab using Redeem Google Play items node:
Unfortunately when calling the Login with Google node I’m getting this error:
“One of the following properties must be defined: ServerAuthCode, AccessToken, EncryptedRequest” but as you can see in the image above I don’t have this parameters in the make node for this login with google node. (EncryptedRequest is for enterprise only)
So what am I doing wrong?