* Add methods to finish transactions * Add a method to get the product descriptions from the App Store * Improve the documentation of a transaction structure * Add a tutorial for In App Purchase * Fix typo in In-App Purchase tutorial * Fix style of In-App Purchase files * Fix In-App-Purchase product structure conversion in amr64 * Fix code style in In-App Purchase tutorial documentation * Fix typos in In-App Purchase documentation * Fix typo in In-App Purchase spec * Slight style fixes
791 B
791 B
Transaction Object
transactionIdentifierString - A string that uniquely identifies a successful payment transaction.transactionDateString - The date the transaction was added to the App Store’s payment queue.originalTransactionIdentifierString - The identifier of the restored transaction by the App Store.transactionStateString - The transaction sate ("purchasing","purchased","failed","restored", or"deferred")errorCodeInteger - The error code if an error occurred while processing the transaction.errorMessageString - The error message if an error occurred while processing the transaction.paymentObjectproductIdentifierString - The identifier of the purchased product.quantityInteger - The quantity purchased.