inAppPurchaseType 可能为: CONSUMABLE NON_CONSUMABLE NON_RENEWING_SUBSCRIPTION 而订阅类型的商品,是另一个 API Create an Auto-Renewable | Apple Developer Documentation Create an In-App Purchase | Apple Developer Documentation Create an Auto-Renewable
Store On your server, create a JSON object with the receipt-data, password (if the receipt contains an auto-renewable
Note: The Privacy Policy URL is mandatory for all apps that offer auto-renewable or free subscriptions
originalPurchaseDate": 1642990550000, "expiresDate": 1642990848000, "quantity": 1, "type": "Auto-Renewable originalPurchaseDate": 1642990550000, "expiresDate": 1643023787000, "quantity": 1, "type": "Auto-Renewable
-- 消耗型项目consumable 非消耗型non-consumable 自动续期订阅auto-renewable 非续期订阅subscription -->