I have implemented In-App billing on my Android App. Now I want to auto insert In-App Products on Google Play store from my site. Is there any API/Any other way to do that?
Asked
Active
Viewed 408 times
4
-
If you have those in-app products in .csv file, then you can directly import that .csv file into in-app products in playstore – Hanuman Jul 03 '15 at 07:06
-
1Actually, What i want is, if i update product on my site, i want it to be automatically added to google play in-App Products. – Nauman Ash Jul 05 '15 at 17:47
-
I don't know is it possible or not? but my opinion is we have to update in play store manually otherwise it will not update. – Hanuman Jul 06 '15 at 05:07
1 Answers
2
I have found the answer. There is Api avaialble from Google to auto insert In-App Products on Google Play store from my site.

Nauman Ash
- 957
- 1
- 8
- 19
-
1hello, I looked into api but I can not understand that how to use this.please explain this in detail. – nidhi Apr 26 '16 at 09:22
-
Hi, I've used this API to insert products to Play Store successfully(its active and visible) BUT only the products that I add via this API doesn't load in the client app when I use the Google Play billing library. Do you happen to know why? Did you also face a similar issue? – sammy Apr 02 '21 at 15:05