Question

error expired date

  • 24 July 2023
  • 1 reply
  • 21 views

Userlevel 1
Badge +2

I just paid a weekly card, which should expire in 7 days, but the permission expiration time in customerInfo is only 3 minutes

 

 

{
    "entitlements": {
        "all": {
            "VIP": {
                "identifier": "VIP",
                "isActive": true,
                "willRenew": true,
                "latestPurchaseDate": "2023-07-24T04:58:41Z",
                "originalPurchaseDate": "2023-07-05T15:30:55Z",
                "productIdentifier": "subscribe_id_1",
                "isSandbox": true,
                "ownershipType": "PURCHASED",
                "store": "APP_STORE",
                "periodType": "NORMAL",
                "expirationDate": "2023-07-24T05:01:41Z",
                "unsubscribeDetectedAt": null,
                "billingIssueDetectedAt": null
            }
        },
        "active": {
            "VIP": {
                "identifier": "VIP",
                "isActive": true,
                "willRenew": true,
                "latestPurchaseDate": "2023-07-24T04:58:41Z",
                "originalPurchaseDate": "2023-07-05T15:30:55Z",
                "productIdentifier": "subscribe_id_1",
                "isSandbox": true,
                "ownershipType": "PURCHASED",
                "store": "APP_STORE",
                "periodType": "NORMAL",
                "expirationDate": "2023-07-24T05:01:41Z",
                "unsubscribeDetectedAt": null,
                "billingIssueDetectedAt": null
            }
        }
    },
    "allPurchaseDates": {
        "subscribe_id_1": "2023-07-24T04:58:41Z",
        "subscribe_id_2": "2023-07-23T13:34:24Z",
        "subscribe_id_3": "2023-07-22T02:57:03Z"
    },
    "activeSubscriptions": ["subscribe_id_1"],
    "allPurchasedProductIdentifiers": ["subscribe_id_2", "subscribe_id_3", "subscribe_id_1"],
    "nonSubscriptionTransactions": [],
    "firstSeen": "2023-07-23T09:45:13Z",
    "originalAppUserId": "$RCAnonymousID:9a817079a1e54843b3c06b999d6d1593",
    "allExpirationDates": {
        "subscribe_id_3": "2023-07-22T03:12:03Z",
        "subscribe_id_1": "2023-07-24T05:01:41Z",
        "subscribe_id_2": "2023-07-23T13:39:24Z"
    },
    "requestDate": "2023-07-24T04:58:53Z",
    "latestExpirationDate": "2023-07-24T05:01:41Z",
    "originalPurchaseDate": "2013-08-01T07:00:00Z",
    "originalApplicationVersion": "1.0",
    "managementURL": "https://apps.apple.com/account/subscriptions"
}

 

 


1 reply

Userlevel 1
Badge +2

fixed, sanbox time faster

 

Reply