Purchase physical product from iPhone app without Apple in app purchase
Asked Answered
G

4

8

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

Gaming answered 28/7, 2010 at 16:53 Comment(1)
There are apps like Ebay etc. so I don't think that would be a problem. Don't think there are any specific APIs for it though...Hypocoristic
F
11

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.

Flickertail answered 28/7, 2010 at 17:26 Comment(3)
Many thanks for your response. For the second option you suggested, if required, is it okay to redirect the user to the website in UIWebViewGaming
Is there a link to apple.com that outlines this?Watkins
Can we implement our own API for transactions?Olav
G
1

Yes, but you can't use Apple payments to do it. All of the apps use their own payment processor to do it (Paypal, Google Checkout, Amazon Payments, etc).

They each have API's -- there is some code for PayPal in this question

Has anyone implemented the PayPal API through a native iPhone app?

You cannot use these mechanisms to deliver a digital good to the app (features or content), but you can use it for physical goods (as you wanted to).

Greenheart answered 28/7, 2010 at 17:25 Comment(0)
P
1

Yes,

It is allowed to sell physical goods related to the app in-app on iOS and Android. Here is one interesting startup that handle logistics - http://www.sellinapp.com (for physical items). They use http://www.ZooZ.com as a payment gateway.

Hope this helps.

Pint answered 30/4, 2012 at 6:49 Comment(0)
S
0

From Apple In App Purchase we can't able to purchase physical items or services, allowed only Digital Goods and services. Ref: https://developer.apple.com/in-app-purchase/In-App-Purchase-Guidelines.pdf
See 5th page.

Other than Apple , many third party gateway are there to do.

Switcheroo answered 28/7, 2014 at 12:19 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.