Post

Replies

Boosts

Views

Activity

Can I still receive App Store Server Notifications Version 1?
https://developer.apple.com/documentation/appstoreservernotifications/app_store_server_notifications_version_1 It says that v1 is deprecated, but we have a lot of servers use v1, and we have to no time to update server code to move v1 to v2. So my question is, even v1 is deprecate, but if we don't need the new notification types in v2, can we still receive v1 notifications? cuz I can't find anywhere says when v1 will stop sending.
1
0
601
Aug ’24
Why same appleid can buy same auto renew annual sku a lot of times before expired?
We have an auto renew annual sku,but we find some user can buy it a lot of times everyday.The response of api verifyReceipt return the json like: { "environment":"Production", "receipt": { "receipt_type":"Production", .... "in_app":[ { .... "purchase_date":"2022-09-06 13:24:42 Etc/GMT", "expires_data":"2023-09-06 13:24:42 Etc/GMT" }, { ... "purchase_date":"2022-09-06 14:50:28 Etc/GMT", "expires_data":"2023-09-06 14:50:28 Etc/GMT" }, { ... "purchase_date":"2022-09-06 15:20:10 Etc/GMT", "expires_data":"2023-09-06 15:20:10 Etc/GMT" } ... ] } As you can see,in_app returns lots of transations with different transaction_id and different purchase_date but same auto renew annual sku, why is that? If you need the receipt or transaction id , i can give u.
1
1
612
Sep ’22