Selling something inside an application on iOS

半城伤御伤魂 提交于 2019-12-17 21:16:55

问题


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?


回答1:


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/




回答2:


Yes, you can use only in-app purchases to sell anything in your app, otherwise Apple will reject your app.




回答3:


I'm not so sure if Apple will reject your app on these grounds. How can they know what your php pages are doing if you put them in a WebView? Also, think about services like Sky or Spotify that require a subscription. Apple do not take a cut on this, so you could set up a similar thing whereby your users have an account online that they can purchase tickets from and the iPhone is simply a thin client for your online services...




回答4:


Yes you have to use InApp purchase only to apply unlock functionality,and to use In App purchase there are certain scenarios which can be implemented.

You can find in detail about In App functionality on

http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/StoreKitGuide/AddingaStoretoYourApplication/AddingaStoretoYourApplication.html

Secondly if you want to implement In App purchase,there is a very good tutorial which i found very helpful and was easily able to integrate inApp in my application and it was also later on approved by apple.

http://troybrant.net/blog/2010/01/in-app-purchases-a-full-walkthrough/

Cheers




回答5:


You cannot use Apple in app purchase to purchase non digital goods, if you have an existing payment provider or user account you could use that, take a look at the eBay app which has Paypal integration



来源:https://stackoverflow.com/questions/4613797/selling-something-inside-an-application-on-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!