You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unexpected Behavior in Subscription Code Redemption Process
I experienced an issue while trying to redeem a subscription offer code via the presentCodeRedemptionSheet. During the first attempt, the money was debited from my account; however, I received a message indicating that the redemption had failed. Despite the initial failure, when I clicked the redeem button again, the process was completed successfully and immediately showed a success message. This inconsistency in the redemption process is concerning, as it might lead to double charging or confusion for users about the status of their subscription activation.
here's the implementation to trigger AppStore code redemption sheet
var appStore = window.CdvPurchase.store.getAdapter(window.CdvPurchase.Platform.APPLE_APPSTORE);
if (appStore && appStore.ready) {
await appStore.presentCodeRedemptionSheet()
}
The text was updated successfully, but these errors were encountered:
Unexpected Behavior in Subscription Code Redemption Process
I experienced an issue while trying to redeem a subscription offer code via the presentCodeRedemptionSheet. During the first attempt, the money was debited from my account; however, I received a message indicating that the redemption had failed. Despite the initial failure, when I clicked the redeem button again, the process was completed successfully and immediately showed a success message. This inconsistency in the redemption process is concerning, as it might lead to double charging or confusion for users about the status of their subscription activation.
here's the implementation to trigger AppStore code redemption sheet
The text was updated successfully, but these errors were encountered: