I am looking for a credit card reader which can hook up with an iPhone/iTouch and supports the external accessory framework of the iphone sdk.

Do you guys know any solution to the problem?
Is there any credit card reader that supports the official specifications of iPhone accessory model or any way to hookup an the off the market reader to the iphone and get the data over bluetooth or the 30-pin connector?

link|improve this question
feedback

closed as not constructive by Kev Feb 16 at 22:50

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

5 Answers

up vote 3 down vote accepted

Someone has built a prototype that fits over the headphone jack.

I haven't seen anything commercially available though.

iPhone Credit Card Reader

link|improve this answer
feedback

I don't know of any credit card reader that connects to iPhone/iPod out of the box. I do however work on external accessory for iPhone/iTouch.

In order to make an external accessory for iPhone/iTouch you need to apply for "Made for iPod" program with Apple. This gives you the access to technical specifications for iPod Accessory Protocol and necessary hardware. I can't go into any details here doe to NDA. Sorry. It's not very complicated.

Once you implement iPod accessory protocol you will be able to communicate with iPod. You get a NSInputStram and a NSOutputStream in your application that you can use to communicate with iPod. It's strictly user space so no mocking about iPod USB driver/serial port or anything like that.

Hope this helps.

link|improve this answer
feedback

I was looking for the same info myself, but since quite some time has passed there were some changes in the market.

There are now quite a few readers for iOS you can use. A couple that I found.

iDynamo

iMag

If anyone knows of anymore options, I'll be happy to hear about them.

link|improve this answer
1  
Working with the MagTek iDynamo now. It's pretty good. Thinking about open-sourcing the code so others can get up to speed with it faster, but unsure about the legal ramifications of sharing the technical data. – Luke Jul 29 '11 at 9:42
@Luke I am planning to develop on iDynamo as well. Do you think I can take a look at your code? I am not sure how to get started. Thanks! – pixelfreak Dec 20 '11 at 19:11
i got lib file error So can you shear your lib file. – Ayaz Apr 13 at 9:25
feedback

You might be interested in Square. They provide a reader, however it connects through the headphone socket and communicates with their app. If you want to use it in your own app, you'll have to either reverse engineer the modem code or talk to them about licensing it.

link|improve this answer
feedback

There's this product available commercially!

http://www.idtechproducts.com/products/mobile-readers/105.html

Got support for iOS too. Built their SDK for the device for iOS and other well-known platforms.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.