I'd like to sell products through my application (insurance policies) and I don't want to use the in-app purchase mechanism as it would mean sharing 30% of the product price. Instead I would like to provide the user with a page to enter his/her credit card details and perform the credit clearing through my own self-developed secured services.

My question: is selling products which are not content or features, using my own purchasing system, prohibited by Apple or appstore policy?

link|improve this question
This is tangential to the question, but a heads-up if you don’t already know: collecting credit cards, at least in the United States, will mean that you need to be PCI-compliant. Be prepared to be able to prove that. – Jeff Kelley Nov 16 '10 at 5:21
feedback

4 Answers

Obviously, I am not a lawyer, but I think you’ll be OK. Here’s my interpretation of the three relevant rules from the developer guidelines (emphasis mine):

11.1 Apps that unlock or enable additional features or functionality with mechanisms other than the App Store will be rejected.

11.2 Apps utilizing a system other than the In App Purchase API (IAP) to purchase content, functionality, or services in an app will be rejected.

11.3 Apps using IAP to purchase physical goods or goods and services used outside of the application will be rejected.

The first rule prohibits you from unlocking anything inside of your app with something other than the App Store. This would prevent you from, say, making a game that downloads new levels from your server based on your membership to a website.

The second rule prohibits you from, say, making a game and enabling PayPal in it to unlock more levels. Apple wants you to use in-app purchase for that.

The third rule—and this is where it gets interesting—prohibits you from using in-app purchase in an application to buy “physical goods” or “goods and services used outside of the application.” Nowhere does it say, however, that you can’t use other purchasing systems.

With that third rule, I think what Apple is saying is this: anything that runs on the iPhone must be purchased through the App Store, and everything purchased in the App Store must run on iOS. For something like insurance, which isn’t new functionality in the app, I think you’ll be OK. This is absolutely worth an e-mail to Apple’s technical support staff, but if you look at Amazon’s app, you can purchase physical goods using Amazon’s checkout system.

link|improve this answer
feedback

did you did you ever get approved? I look at apps out there like Groupon, tippr, etc. all that take credit cards for physical goods and they were approved Jan 2011... Groupon lets you put a credit card right into the app. So if you read 11.3 as "Don't use IAP" if you have physical goods & services... just like groupon does. But if you are selling 'digital content' (e.g. a new game level, another chapter of a book, etc.) all that can be delivered digitally then it's a no-no...

11.3 Apps using IAP to purchase physical goods or goods and services used outside of the application will be rejected.

of course groupon is delivering a 'coupon' that you've bought something and it's digital - but it's for a physical thing...

thoughts/comments appreciated.

link|improve this answer
feedback

Quoting from Apple's Guidelines - 11.3 Apps using IAP to purchase physical goods or goods and services used outside of the application will be rejected.

So, you should be fine. This is validated by apps that are already in the Apple app store, such as Groupon, Fandango, Chegg and others that charge users credit cards for physical goods or goods consumed outside of the app without passing the transaction through Apple.

It would be great feedback for everyone to hear whether you had any difficulties with Apple when publishing your app or not.

link|improve this answer
feedback

Yes, what you are doing is prohibited. Your application will not pass when you resubmit it. From the Apple Store Developer Guidelines:

  1. Purchasing and currencies 11.2 Apps utilizing a system other than the In App Purchase API (IAP) to purchase content, functionality, or services in an app will be rejected.

Kind Regards

Luke Peterson

link|improve this answer
I disagree with this; look at the Amazon app. I’ll add another answer with more quotations. – Jeff Kelley Nov 16 '10 at 5:12
I wouldn't be surprised if Apple has their own set of rules for huge online marketplaces such as Amazon. @Ido, please let us know what Apple says. My money is on 'no'. – Luke Peterson Nov 16 '10 at 5:26
I think that’s the key thing here: two people can read it and draw different conclusions, so we need a better answer from Apple. – Jeff Kelley Nov 16 '10 at 5:29
feedback

Your Answer

 
or
required, but never shown

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