Eduardo
Eduardo

Reputation: 1199

Google Play Android Developer API

I'm developing an android application that is going to sell in-app products.

In the google documentation about "Google Play In-App Billing" there is a section called Purchase Status API. After reading this section what I've understood is that purchases verification should be done with the Google Play Android Developer API v1.1 in my backend server.

I've tried to understand the Google Play Android Developer API documentation, but I don't understand what I have to do to get an authorization token.

Please, help me!

Thanks

Upvotes: 6

Views: 7250

Answers (2)

Eduardo
Eduardo

Reputation: 1199

I've found a thread where it's explained everything. How to obtain the refresh token, how to use it to obtain a new access token, and how to use the API to query a subscription.

This is the thread where I've found the solution:

Unable to get the subscription information from Google Play Android Developer API

Hope this helps.

Upvotes: 3

Boardy
Boardy

Reputation: 36237

Have you looked at https://developers.google.com/android-publisher/authorization. This contains all the details you should need.

Basically, you login via your Google Account to the google api console, create a new project from the menu on the left and then on the list of api's on the right find the name of the api for the google play developer api and turn it on.

You will then need to follow the instruction on the web page about you create a new client.

Hope this helps.

Upvotes: 1

Related Questions