app-store-server-api
app-store-server-api copied to clipboard
Pure PHP library that allows managing customer transactions using the App Store Server API and handling server-to-server notifications using the App Store Server Notifications V2
In the readme the wrong composer command is specified. `composer install` doesn't add new dependency, but install already existing in the `composer.json`
Apple deprecated endpoint GET https://api.storekit.itunes.apple.com/inApps/**v1**/history/{transactionId} [documentation link - Get Transaction History V1](https://developer.apple.com/documentation/appstoreserverapi/get_transaction_history_v1) Actual endpoint GET https://api.storekit.itunes.apple.com/inApps/**v2**/history/{transactionId} [documentation link - Get Transaction History](https://developer.apple.com/documentation/appstoreserverapi/get_transaction_history) changes: - added new Request for v2 -...
added support setAppAccountToken, the document is here:https://developer.apple.com/documentation/appstoreserverapi/set-app-account-token
the document is here:https://developer.apple.com/documentation/appstoreserverapi/set-app-account-token