How to download the In-app purchase item from our android and iOS server

I need information about an app to purchase apps. I want to work on an Inapp purchase app for Android and iPhone. I just need to know a little about the InApp system.

After reading the documentation, I learn that on our own server you can download the Inapp purchase data item (for example, video, music), and we just need to manage the shopping list in google play for android or the App Store for iPhone. I just need to know that after the purchase, the "row or value or data or response" element of the application server sends us as "purchase_item_id or username_id" so that I can send this value to my own server in order to download a specific purchase from my server for a specific user .

Thanks for the valuable time! Any help was appreciated.

+1
source share
1 answer

The Apple In App Purchase app has all the answers you need. When you create an In App Purchase app on iTunes Connect, Apple will assign this purchase a product ID. You can use this product identifier to find out what to download from the server if a successful purchase is made in the application.

https://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/StoreKitGuide/Introduction/Introduction.html

0
source

Source: https://habr.com/ru/post/916372/


All Articles