Skip to main content

Can i sell ticket in an iphone app without IAP



I'm building a app for an online service that sell tickets on their website. We want to allow people to buy ticket from the iphone but we can't use in app purchase as it cost too much.





So my question is, can we have a button on the Event detail view "View Tickets", then when clicked do on of the follow preferably the 1:





  1. Open a webview from the app that display the mobile optimized website.



  2. Open safari on the event detail screen.







Thanks.


Comments

  1. Yes you can do that. In fact that is the only way to do it, IAP does not allow you to make such purchases.

    See the App Store Review Guidelines:


    11.3 Apps using IAP to purchase physical goods or goods and services used outside of the application will be rejected

    ReplyDelete

Post a Comment

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?