YoYoGames / GMEXT-GooglePlayBilling

Repository for GameMaker's GooglePlayBilling Extension
Other
6 stars 2 forks source link

Change Subscription Plan #11

Open terrydubois opened 3 months ago

terrydubois commented 3 months ago

Requesting a feature to change subscription plan from GameMaker GooglePlayBilling API. Currently, there exists a function for PurchaseSubscription. But if a user is already subscribed and wants to change their plan, they would have to manually unsubscribe from their current subscription and then purchase another subscription. Rather than manually, a user should be able to change their subscription in one step from the game. According to this Android Developers article, this can be done using Replacement Modes.