Forum Discussion
thefallengames
10 years agoHonored Guest
Is there a way to have in-app subscriptions like in google play IAP?
Hi!
It seems like there's no subscription support, right?
What workaround do you suggest in this case? just simulate it with a consumable item? any hints/pitfalls on this?
Thanks
It seems like there's no subscription support, right?
What workaround do you suggest in this case? just simulate it with a consumable item? any hints/pitfalls on this?
Thanks
- Consumable item + backend code to check whether the user still has access or not. When the consumable is used, you would need to send info to your backend about use date and how long the player should have access (which would be based on the consumable SKU). Each time the client launches, it asks the backend if the user still has access. If yes, allow the person to use your app. If not, direct them to the IAP to purchase more time.
Biggest pitfall would be NOT encrypting the network communications.
2 Replies
Replies have been turned off for this discussion
- delphinius81Rising StarConsumable item + backend code to check whether the user still has access or not. When the consumable is used, you would need to send info to your backend about use date and how long the player should have access (which would be based on the consumable SKU). Each time the client launches, it asks the backend if the user still has access. If yes, allow the person to use your app. If not, direct them to the IAP to purchase more time.
Biggest pitfall would be NOT encrypting the network communications. - thefallengamesHonored GuestThank you :smile:
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 4 months ago