linux932
linux932

Reputation: 963

How to get IAP SKU code from google play console?

How can I get the SKU code from my google developer console for my in app purchase?

I did the following:

Google says it will be active when I release my app, however, how can I get the SKU for that item so I can add it in my app?

Upvotes: 3

Views: 7654

Answers (1)

ifiok
ifiok

Reputation: 494

The SKU is basically the product ID. In the Play Developer console, it will be found under Store Presence -> In App Products.

There is a table, where the first header item is Name/ID. The ID(SKU) of the product is what you are looking for. In the image below, the SKU will be titi.cad

The table is similar to this: List of In-app products

Upvotes: 11

Related Questions