mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
feat(in-app-purchase-2): add redeem() for opening redeem code dialog in iOS (#3581)
This commit is contained in:
parent
6b18c3d061
commit
ddd269e7ab
@ -874,4 +874,8 @@ export class InAppPurchase2 extends IonicNativePlugin {
|
||||
/** Opens the Manage Subscription page (AppStore, Play, Microsoft, ...). */
|
||||
@Cordova({ sync: true })
|
||||
manageSubscriptions(): void {}
|
||||
|
||||
/** Opens the Code Redemption Sheet on iOS. (AppStore). */
|
||||
@Cordova({ sync: true })
|
||||
redeem(): void {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user