I have a free iOS app and I'd like to add some features behind a subscription.
There are two gotcha's here that I'm having a hard time wrapping my head around:
- It looks like I'll need to support In-App purchase to make it through App Store Review.
- We have teams and users, where there is a many-to-many relationship between the two types. I'd like to avoid billing multiple users in the same team.
Does anyone have any suggestions on how to organize this?
Bill by team then. I don't really know how teams are in your app and if users can join your app without being part of a team are not but if a team is created by a user then bill the creator of the group only depending on how many members/users can join that group
Ah, the catch here is that the App Store only allows us to bill once per user.
That s why you can make the group creator the one paying :) ( please keep in mind that I don't really know all the details in case by mistake am making it seem easier than it really is )
Thanks! It seems like billing the group creator is the correct approach here.
You are welcome :)