We have built an Android app that allows us to purchase tokens now to pay for services in the future and are looking at the best way to implement this same thing in an iOS app. We've considered doing this as a web app but there is native functionality that we need as well so that's not an attractive solution.
Lets say the app is for beauty services
- There is a map of participating salons
- In the app, you can buy beauty tokens
- When you find a salon you like, you can use tokens to purchase services
- 2 tokens for a manicure from Salon A
- 4 tokens for a massage from Salon B
- 3 tokens for a haircut from Salon C
- Add an extra token for a tip at each location
Is there a way to allow users to purchase these tokens in an iOS app so that Apple doesn't treat this as an in-app purchase and charge 30%?
We'd prefer to keep this seamless and not make the user exit to a website to make the purchase but the margins on the service aren't high enough to support giving away 30% of each purchase.
Thanks in advance - Dan