voltrue2 / in-app-purchase

A Node.js module for in-App-Purchase for iOS, Android, Amazon and Windows.
http://iap.gracenode.org
Other
1.05k stars 289 forks source link

googlePublicKeyStrSandBox still required? #321

Open FiratSusan opened 4 years ago

FiratSusan commented 4 years ago

Hello folks,

I wanted to tryout this package for a project to verify subscriptions. So far I have setup a service account with a privat key file + the live license key from the Play Console. Currently I am struggling to find any sandbox key for my app.

Theres no real information out there on how to get a "sandbox" key from the Google Play Console/API. Could it be possible that the googlePublicKeyStrSandbox is not required anymore and I just have to set it to the same values as googlePublicKeyStrLive?

mchhaily commented 4 years ago

@FiratSusan I got the same issue, validating using the public live key failed. Do you have any solution yet?

famictech2000 commented 3 years ago

Hello

I am facing the same issue, my first question is how did you setup a service account with a private key file?

I have been able to obtain my live license key from the Play Console but there is no indication for sandbox?