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?
source
share