How to get price from apple store or google store

来源:互联网 发布:mindmap for mac 编辑:程序博客网 时间:2024/06/04 19:57

If you want to get store price by sku,  both android and ios have provided api to get.

https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/StoreKitGuide/Chapters/ShowUI.html

https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/StoreKitGuide/Chapters/ShowUI.html

{
    "productId": "com.ufc.sub.pfightpass6monhd",
    "type": "subs",
    "price": "$53.94",
    "price_amount_micros": 53940000,
    "price_currency_code": "USD",
    "title": "UFC FIGHT PASS 6 Month Subscription (UFC)",
    "description": "Watch live events & access the entire Fight Library. Start your free trial \nnow!"
}

0 0