Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.8k views
in Technique[技术] by (71.8m points)

in app purchase - Selling something inside an application on iOS

I've heard there are some precautions to take to develop a market in an application.

I'm developing an application for a football club. I would like to integrate a kind of market to sell stadium seats.

Someone told me Apple will refuse the application if I integrate it directly inside the app (using Obj-C, communicating with PHP pages).

According to him, I should redirect the user to an external web page (using Safari app for example) to realize the transaction.

Apple does not really communicate about that kind of information.

Do you know anything about it?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You can't use In App Purchase to buy "real life things" such as stadium seats : http://developer.apple.com/news/ios/pdf/in_app_purchase.pdf

The only solution is to use an external payment solution.

The Movies Now app implements such a thing : http://moviesnowapp.com/


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...