Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dynamic In-App Purchases

This question (Android In-App Billing Dynamic Product List) was asked over 3 years ago. Are dynamic in-app purchase items still unavailable to Android?

The reason I’m looking to implement this sort of functionality is because my app features a way for certain users to create their own in-app purchases for others to buy.

It seems like an alternative solution would be to use consumable in-app currency but I’d much rather have a purchase option directly through the Play Store (especially since I’ve seen methods for hacking in-game currency everywhere).

Regardless of the option, I do want to use server-side verification. Might there be a way to add in-app purchases through a server?

like image 846
c0deblooded Avatar asked Dec 15 '14 21:12

c0deblooded


1 Answers

I'm not sure if this will suffice, but you can use the Google Play API and insert new in app billing products that way. All in app billing products for Android still need to be specified in the Google Play Developer Console, but at least with the Play API, you can do it programatically.

like image 161
Andy Avatar answered Sep 30 '22 18:09

Andy