Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Purchase physical product from iPhone app without Apple in app purchase

Can an iPhone app allow a user to purchase a physical product (say a pen or a mouse) from inside an app, without using Apple in app purchase?

Is it allowed by Apple?

If yes, do you know any API that supports this?

Thanks AJ

like image 288
AJ. Avatar asked Jul 28 '10 16:07

AJ.


People also ask

Can you make in-app purchases outside the app?

The App Store Review Guidelines states the following: 11.14 Apps can read or play approved content (specifically magazines, newspapers, books, audio, music, and video) that is subscribed to or purchased outside of the app, as long as there is no button or external link in the app to purchase the approved content.

Can I use iPhone app without App Store?

Sideloading AppsMaybe the simplest way to add apps to your iPhone without using the App Store is by using a technique called sideloading. Sideloading is the name used for installing apps directly on the iPhone rather than using the App Store. It's not a common way to do things, but it's possible.

Do I have to use in-app purchase?

If what you sell is digital and consumed within the app, you must use In-App Purchase. If what you sell is physical you should not use it.


1 Answers

You are not permitted to sell physical goods or services using 'In-App Purchasing' since the goods purchased via this method must relate directly to the app using them.

You are free to implement your own payment handling system for selling physical goods though - for instace the PayPal API

If you already have a website for this purpose you could even forward them to that to take the payment - though this may reduce the quality of the user experience greatly.

like image 148
davbryn Avatar answered Oct 21 '22 12:10

davbryn