HI All, Do you know if there is any API to get you...
# android
k
HI All, Do you know if there is any API to get your application price from google play?
google 2
I would like to retrieve this value in app.
a
https://developer.android.com/google/play/billing/integrate#show-products You can use
querySkuDetailsAsync
, provide it with skuDetails containing the SKU of the product (for in-app and subscription SKUs) Unless you're asking about querying prices for other apps, that is not possible anymore I think.