aporat / store-receipt-validator

PHP receipt validator for Apple iTunes, Google Play and Amazon App Store
Apache License 2.0
633 stars 153 forks source link

From where I can get the application name for Google Play Validation? #145

Closed kariae closed 3 years ago

kariae commented 3 years ago

Hello,

Thanks for the awesome package, working like a charm for iTunes, I'm trying to configure Google Play validation, I created the service account and linked it to the Google Play Console, but still, I receive "The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console." I suspect the application name from here $googleClient->setApplicationName('...'); since I don't know what to put in there?

Thanks

Stafox commented 3 years ago

As I remember it does not matter what specified in application name.

Try google about your issue. Created service account should be linked to the app.

kariae commented 3 years ago

I can confirm this, for my issue I had to create a new product, thanks