The purchase price of the iphone in the application, on the server side

How can a server determine the number of iphone purchases in an application?

The server receives a purchase receipt sent by the application and uses this to confirm.

This returns some information, such as transaction_id, product_id, etc .; but no amount or details of the user.

Since the amount depends on the currency and country of the user, how can I get the purchase amount on the server?

+5
source share
2 answers

In the same document, you can get product information localized by the SKProduct class, check this

, , , , , , , .

, , Apple API .

+1

, .

price, , .

- , , .

0

All Articles