Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

'Ordinary' Amazon (for example) affiliate links in an iPhone app?

Are you allowed, by Apple, to put ordinary HTML links (Amazon affiliate link) in an iPhone app?

Is it allowed by Apple?

So, an ordinary HTML affiliate link, of the form:

http://www.amazon.com/gp/product/B00G3L158Q/ref=as_li_tl?ie=UTF8&camp=1234&creative=1234&creativeASIN=B00G3L158Q&linkCode=as2&tag=xxxx0&linkId=123412341234

Just to be clear, I simply mean from the iOS app, it would open the browser from the app. (Not inside a UIWebView inside an app - simply opening the browser on the phone.) Is this allowed by Apple?

like image 875
Fattie Avatar asked Jul 22 '14 16:07

Fattie


Video Answer


1 Answers

If you are trying to sell something for your app itself which it appears you are not doing, would be violating rule 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

There is no specific rule against leading to purchase something, unless it is mandatory for your app. There is definitely no rule against putting links into your app, I have apps that have links that lead to websites.

You should be fine.

like image 90
Wyetro Avatar answered Oct 17 '22 01:10

Wyetro