Use Service Account To Verify Google Inapppurchase
I've tried so many things in the last days but now I'm out of ideas :( I want to verify an inAppPurchase that has been made in my android app. 1) I created a new service account i
Solution 1:
Ok I found the solution!
You must to connect your API with your app. You must go to your Google Play publish page (https://play.google.com/apps/publish) and invite a user with the service account email in Settings->User account & rights->Invite new user and give it the privileges of "View financial reports".
This means that, whereas you normally might see a number of users from your domain listed in the Google Play Console (Email: user1@mydomain.com, Role: Finance; Email: user2@mydomain.com, Role: Administrator), you will now add another user and give him a Finance role (Email: XXX@developer.gserviceaccount.com, Role: Finance).
Thanks works for me, good luck!
Post a Comment for "Use Service Account To Verify Google Inapppurchase"