I'm developing an iPhone app which will have an webshop in it. People can buy stuff with for instance their creditcard. Is this allowed by apple? I've heard it is... but they will charge 30% of the profit for themselves. Does anyone knows something about this?

link|improve this question

you should ask apple this question – mcgrailm Apr 22 '11 at 15:22
feedback

closed as off topic by Andrew Medico, Cody Gray, Matt Ball, Robert Harvey Apr 22 '11 at 15:49

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

up vote 4 down vote accepted

You must not use Apple's in-app purchases, since you may not use in-app purchases for physical goods. You have to implement your own payment system. Thus: No 30%-cut, because your payments are not processed by Apple.

link|improve this answer
so if you sell any virtual goods, then you have to use apple's in-app payment? – ina Jun 17 '11 at 4:18
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.