简体   繁体   中英

how to retrieve all the in app purchase items from the Google Play store

I am implementing in app purchase for an Android app. I would like to send a request to retrieve all the items available for the app in the market, with product id, descriptions and price for each item. The reason is I do not want to hard code the items, so when the items change, the app can directly get it from the server instead of needing to make a new build. However I can not find a request that does this. Please let me know if I missed something or this is not yet supported.

Thanks Ray

The new Version 3 in app billing api has better support to get product info from server. It is also much simpler than the older version.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM