Hello,
I have a game with a weekly subscription model. I want to experiment if replacing subscription model with consumables would make an improvement.
Currently, customers subscribe to the weekly package and play unlimited number of games until they cancel their subscription. In the new model, each game will cost 1 coin, and my offering will show 1 Coin, 5 Coin and 10 Coin packages to the customers.
The main concern I have is the existing customers that has an active subscription. These customers should not included in the experiment as they purchased the package before the experiment but still paying weekly amount.
My question is:
- When does an existing and new customers enter the experiment?
- Is it when Purchases SDK initialised?
- Is it when getOffering is called?
- Somewhere else?
Thank you