What's new
Apple iPad Forum 🍎

Welcome to the Apple iPad Forum, your one stop source for all things iPad. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

How to handle subscription model?

iLuviPad2

iPF Noob
Joined
Dec 3, 2011
Messages
5
Reaction score
0
Location
SYDNEY
Hi

I have a universal app which works as a standalone and also integrates with a desktop app for Mac at the backend. I am looking to use a subscription model for the app.

<100 records $15 per month
<200 records $25 per month
<500 records $40 per month

etc

How do I handle this?

Do I need to use the app store to deploy apps? Can I avoid the 30% commission that apple charges?

Thanks
 

scifan57

Administrator
Staff member
Joined
Dec 3, 2011
Messages
35,056
Reaction score
23,346
Location
Regina,Canada
I've moved your post to the iPad development forum, where it will receive more attention.
 

twerppoet

iPad Fan
Joined
Jan 8, 2011
Messages
24,212
Reaction score
15,593
Location
Milton-Freewater, OR
The only way to avoid paying Apple's 30% is to not offer the subscription through the store or the app. You would need to keep the purchase/transaction separate. Amazon couldn't even get away with a link to their website in the app.

Lots of apps do this. The good ones make it clear in the App Store description that the app needs a subscription to SomeCompanySite for full functionality.

That means you'll need a website with secure authentication/sign-in, a payment processor separate from Apple, and some kind of account setup in the app that authenticates back to your site.

I'm not a developer, but from everything I can tell, this is how it's done.
 

scifan57

Administrator
Staff member
Joined
Dec 3, 2011
Messages
35,056
Reaction score
23,346
Location
Regina,Canada
The only way to avoid paying Apple's 30% is to not offer the subscription through the store or the app. You would need to keep the purchase/transaction separate. Amazon couldn't even get away with a link to their website in the app.

Lots of apps do this. The good ones make it clear in the App Store description that the app needs a subscription to SomeCompanySite for full functionality.

That means you'll need a website with secure authentication/sign-in, a payment processor separate from Apple, and some kind of account setup in the app that authenticates back to your site.

I'm not a developer, but from everything I can tell, this is how it's done.

I buy ebooks from Amazon for my Kindle app and that's exactly how Amazon does it to avoid paying the 30% commission to Apple on the sale of every ebook.
 
OP
I

iLuviPad2

iPF Noob
Joined
Dec 3, 2011
Messages
5
Reaction score
0
Location
SYDNEY
Thanks for your advice. So it looks like the way to go is offer the download for free. When they want to register take them to the payment gateway once the payment has been processed send a verification link which will then allow access to the app.
 

twerppoet

iPad Fan
Joined
Jan 8, 2011
Messages
24,212
Reaction score
15,593
Location
Milton-Freewater, OR
Just make sure that you don't offer the registration link from within the app. Anything that sends the user to your payment method from within the app will be rejected. About all you can do is provide a place or notice in the app that says you must be registered with such and such service for the app to work.


All in all, after you get done setting up a payment method and a verification site; it might just be cheaper (and far easier) to let Apple have the 30%. Also consider that anything that gets in the way of the impulse buy is going to cost you customers. Extra steps mean time to put off and/or rethink the purchase.

Part of what you are paying Apple 30% for is so that they take care of all the back end stuff and make it ridiculously easy for your customers to pay.
 
OP
I

iLuviPad2

iPF Noob
Joined
Dec 3, 2011
Messages
5
Reaction score
0
Location
SYDNEY
Well the 30% is ok for purchases but for subscriptions it can be quite a hit! And you are right at the moment the registration is from within the app (ouch).

Say for example we have 1000 subscribers. @ $25 per month = $25,000 30% of which would be $7500 per month ongoing forever!
 

twerppoet

iPad Fan
Joined
Jan 8, 2011
Messages
24,212
Reaction score
15,593
Location
Milton-Freewater, OR
If you can be reasonably sure of getting that kind of income, you're right. You should be able to obtain the servers, services, and someone to maintain them for considerably less than $7500 a month.

Best of luck with your project.
 

Most reactions

Latest posts

Top