'I want to make a subscription gifting system
I have an application. This mobile application has a monthly subscription system. Users subscribe normally, when they subscribe, mysql values change to 1 on the server.
In addition to this system, I want to make a subscription gifting system. A user will be able to gift a subscription to another user of their choice or to random 10-20 people. If the transaction is successful, I will change the value of the gifted user in mysql table to 1. I can use in-app purchases for this right? (not subscriptions system)
Do Google Play or AppStore policies oppose subscription gifting? (I've read but I couldn't see any information about it, I want to be sure.)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
