Reputation: 963
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
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
Upvotes: 11