I have to create an app in iPhone which can generate QRCode for Text,Mail,Map,Photos etc. And can also Decode the QRCode. Has anyboday have idea about its API or example?

Thanks in advance

link|improve this question

33% accept rate
Take a look at this thread: stackoverflow.com/questions/6120071/qr-code-library-for-iphone – Jeroen Coupé Oct 5 '11 at 12:42
feedback

1 Answer

up vote 4 down vote accepted

I usually use QR Code Encoder for QR generation and ZBar for decoding QR (It also works with other code standards)

They are very easy to use.

link|improve this answer
I am also looking for both...generation and Reading... Can you please share your code about how to integrate both in a single project...i am getting confused regarding this library and all... – harshit2811 Feb 24 at 6:17
feedback

Your Answer

 
or
required, but never shown

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