app-store-server-library 4.3.0

The Rust server library for the App Store Server API, App Store Server Notifications and Advanced Commerce API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "notificationType": "CONSUMPTION_REQUEST",
    "notificationUUID": "002e14d5-51f5-4503-b5a8-c3a1af68eb20",
    "data": {
      "environment": "LocalTesting",
      "appAppleId": 41234,
      "bundleId": "com.example",
      "bundleVersion": "1.2.3",
      "signedTransactionInfo": "signed_transaction_info_value",
      "signedRenewalInfo": "signed_renewal_info_value",
      "status": 1,
      "consumptionRequestReason": "UNINTENDED_PURCHASE"
    },
    "version": "2.0",
    "signedDate": 1698148900000
}