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
I am having difficulty with what I need to provide in the following configurations:
What is meant by client email???
googleServiceAccount: {
clientEmail: '',
privateKey: ''
},
also what privatekey is this referring to and where could I obtain it????
Lastly, the key paths; I am not sure where I can obtain them, and do I need to provide a path or can I just provide the key info in the script!?
googlePublicKeyPath: 'path/to/public/key/directory/', // this is the path to the directory containing iap-sanbox/iap-live files
googlePublicKeyStrSandBox: 'publicKeySandboxString', // this is the google iap-sandbox public key string
googlePublicKeyStrLive: 'publicKeyLiveString', // this is the google iap-live public key string
Any help would be really appreciated!!!
The text was updated successfully, but these errors were encountered:
Sorry I'm new to android and Play store.
I am having difficulty with what I need to provide in the following configurations:
What is meant by client email???
googleServiceAccount: {
clientEmail: '',
privateKey: ''
},
also what privatekey is this referring to and where could I obtain it????
Lastly, the key paths; I am not sure where I can obtain them, and do I need to provide a path or can I just provide the key info in the script!?
Any help would be really appreciated!!!
The text was updated successfully, but these errors were encountered: