Android Google Play 订阅不自动续订
Android Google Play Subscription not auto renewing
我有一个 React 本机应用程序并使用 react-native-iap 库与 Apple/Google 服务器通信以购买订阅。订阅成功并且它 returns 也是一笔交易,但是当我尝试使用该收据来验证订阅是否在到期时间(下一个计费时间)后使用 google 播放 [=19 来验证订阅是否自动续订时=],它 returns autoRenewing 标记为 false with cancelReason: 1. 我不知道发生了什么,但根据 Google Play cancelReason:1 的意思,“订阅已被系统取消,例如因为帐单问题
这是我从 google 得到的回复:
{
"acknowledgementState": 1,
"autoRenewing": false,
"autoResumeTimeMillis": null,
"cancelReason": 1,
"countryCode": "IN",
"developerPayload": "",
"emailAddress": null,
"expiryTimeMillis": "1627031557423",
"externalAccountId": null,
"familyName": null,
"givenName": null,
"kind": "androidpublisher#subscriptionPurchase",
"linkedPurchaseToken": null,
"obfuscatedExternalAccountId": null,
"obfuscatedExternalProfileId": null,
"orderId": "GPA.3395-1240-4774-78426",
"paymentState": null,
"priceAmountMicros": "7387010235",
"priceCurrencyCode": "INR",
"profileId": null,
"profileName": null,
"promotionCode": null,
"promotionType": null,
"purchaseType": 0,
"startTimeMillis": "1627031259058",
"userCancellationTimeMillis": null
}
许可测试员帐户必须位于印度以外的国家/地区。在印度,google 由于最近 RBI 指南的变化,暂停了应用更新一段时间。
我有一个 React 本机应用程序并使用 react-native-iap 库与 Apple/Google 服务器通信以购买订阅。订阅成功并且它 returns 也是一笔交易,但是当我尝试使用该收据来验证订阅是否在到期时间(下一个计费时间)后使用 google 播放 [=19 来验证订阅是否自动续订时=],它 returns autoRenewing 标记为 false with cancelReason: 1. 我不知道发生了什么,但根据 Google Play cancelReason:1 的意思,“订阅已被系统取消,例如因为帐单问题
这是我从 google 得到的回复:
{
"acknowledgementState": 1,
"autoRenewing": false,
"autoResumeTimeMillis": null,
"cancelReason": 1,
"countryCode": "IN",
"developerPayload": "",
"emailAddress": null,
"expiryTimeMillis": "1627031557423",
"externalAccountId": null,
"familyName": null,
"givenName": null,
"kind": "androidpublisher#subscriptionPurchase",
"linkedPurchaseToken": null,
"obfuscatedExternalAccountId": null,
"obfuscatedExternalProfileId": null,
"orderId": "GPA.3395-1240-4774-78426",
"paymentState": null,
"priceAmountMicros": "7387010235",
"priceCurrencyCode": "INR",
"profileId": null,
"profileName": null,
"promotionCode": null,
"promotionType": null,
"purchaseType": 0,
"startTimeMillis": "1627031259058",
"userCancellationTimeMillis": null
}
许可测试员帐户必须位于印度以外的国家/地区。在印度,google 由于最近 RBI 指南的变化,暂停了应用更新一段时间。