2

I am a complete novice and have no technical skills and little knowledge concerning iphone app development an in-app / itunes store purchases.

But I have been playing with some ideas for my coffeeshop / lunchbar and was wondering If any experts would like to give me some feedback on my ideas.

As I said I run a coffee and lunch(break) shop and allot of my customers are iphone (and blackberry) users. What also happens alot is that the customers ring to order their coffee and food so that they don't have to wait (and waist their precious lunch time).

I myself am an Iphone user and really like the way it works (most of the time).

So I was wondering I is possible or will it be possible to develop an iphone app for my customers and have them pay for the order "in-app". I get a bill of the order in my mailbox and they just chout their name and thats it !?


Might sound a bit low tech but if apple have someones creditcard details and a mobile ordering display then they could function as a cash register of bank ?

thanks,

Jonathan

jonathan
  • 21
  • 1
  • 2

4 Answers4

12

You can't do this according to Apple's terms of use:

You must deliver your digital good or service within your app.
Do not use In App Purchase to sell real-world goods and services.
Ben Gottlieb
  • 85,404
  • 22
  • 176
  • 172
  • further to Ben's correct answer, again from Apple's terms of service "You may not offer items that represent intermediary currency" , so that answers your "bank" question too. – Marin Todorov Mar 04 '10 at 11:50
  • I believe the OP meant that Apple functions as a bank. – IamIC Jun 02 '11 at 19:37
1

Even if allowed, you'd lose 30% of your revenue to Apple using in-app purchase.

There are point-of-sale apps for iPhone that allow you to swipe credit cards. One of the Twitter founders has a startup called Square that'll be doing this. If you wanted it to be an app that users could install themselves, though, you'd likely be best off doing a custom one and hitting a payment gateway in the backend (Chipotle's app is a good example of this).

ceejayoz
  • 176,543
  • 40
  • 303
  • 368
1

The original asker is just asking if this is possible, which it is! If you don't take the term 'in-app purchasing' literally. Just use paypal or some other payment method through the app. Ebay does this and so can you.

As long as you aren't selling something that competes directly with Apple (like Sony's digital book store that got shut down) you should be fine using a payment method other than the built-in functionality called 'in app purchasing'.

You have a good idea on your hands and it should be possible to find a way to take customer's money through the app.

muunkky
  • 51
  • 5
0

Though you could probably use In-App purchasing for this, you would have some interesting work to do to make it work smoothly. You would probably be better off developing your own shopping cart application that lets your customers order "online" and write a custom iPhone application for them - skipping Apple for the purchase of coffee and donuts...

-t

Tim
  • 2,794
  • 1
  • 17
  • 10