Reputation: 1
I have a problem, I have one app with 8 In App Purchases, there is one in app purchase for each one of 8 different "categories". Once the user click on anyone of this and buy it we would like the user to GET ACCESS to ALL of the 8 different categories not only the one that they buy.
It is a game with 8 different groups of questions. Like 8 different game modes depending on who you play with. In example "Friends" "Family" "A couple".
When user makes an In-App purchase, I want him to get access to the questions of all 8 categories!
What do we need to do to make it possible?
Upvotes: 0
Views: 70
Reputation: 119031
You have code which controls what happens when the purchase is completed so you can just action all of the handlers for all groups without checking which group it is. Just check that the purchase was valid.
Upvotes: 1