Is anybody aware of the market available NFC reader hardware accessory for the iPhone? This should have Objective-C API (i.e. use of the "External Accessory framework") and should use the dock connector, not Bluetooth.

I am aware of the iCarte 420, but I am not sure if they are delivering small quantities for developers.

Any comments and experience with programming of NFC external HW on iPhone is welcomed.

Regards, STeN

link|improve this question

64% accept rate
feedback

1 Answer

up vote 1 down vote accepted

I have written apps using the iCarte 420.

You do have to include the external accessory framework, as well as the api provided by WDI (the iCarte manufacturer). It is accessed via the dock, and not through blutooth.

The provided API is extensive, but lacks NDEF, so you must communicate with your tag of choice at the 'block' or sector level with say mifare, or tranceive command for something like Desfire.

Your best bet is to contact the folks at iCarte (WDI) and purchase a development kit. They've been helpful gettingme started.

Be aware that before you can submit your app to the app store, WDI will have to 'whitelist' each app before apple will accept.

link|improve this answer
Hi, thanks for sharing your experiences with the audience. I have already send them a request using emails i have found on their web pages. Regards,STeN – STeN Jan 24 at 7:15
How much does that developer kit run? – Josh Jan 30 at 19:37
1  
Hi Anansi - do you have any contact to iCarte sales or representatives? I am trying to call then and send them emails for more then 2 weeks, but nobody is answering. It's very strange - to me it looks like company does not exists anymore... – STeN Feb 8 at 3:50
feedback

Your Answer

 
or
required, but never shown

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