IPhone Decoder QRCode n Decoder

I need to create an application on the iPhone that can generate QRCode for text, mail, maps, photos, etc. It can also decode QRCode. Does anyboday have an idea of ​​its API or example?

Thanks in advance

+8
ios iphone qr-code
source share
1 answer

I usually use the QR Code Encoder to generate QR and ZBar to decode QR (it also works with other code standards)

They are very easy to use.

+15
source share

All Articles