0

Is there a current iPhone QR library? Zebra Xing is pretty huge for the small app that I plan to make. ZBar has the wrong kind of license. Any suggestions would be well appreciated. All it has to do is recognize a QR code and interpret it, hopefully at a high frame rate. Thanks in advance.

Matthias Bauch
  • 89,811
  • 20
  • 225
  • 247
mrplants
  • 657
  • 2
  • 9
  • 20

3 Answers3

1

You can also try shop savvy iphone sdk for read qr code : http://shopsavvy.mobi/sdk/

Zbar is the best. Easy to integrate and good documentation is there. See their site http://zbar.sourceforge.net/. And see their tutorial http://zbar.sourceforge.net/iphone/sdkdoc/tutorial.html.

Thanks

Rushabh
  • 3,208
  • 5
  • 28
  • 51
0

you can do using this :

ZBar = SDK

and use this step which gives by this answer Zbar SDK is not working in iOS6

other source = See this Link

Community
  • 1
  • 1
SAMIR RATHOD
  • 3,512
  • 1
  • 20
  • 45
0

This one looks good, we are using it: Esponce QR Reader - it is fast, nice looking, easy to use and it recognize all fields from contact cards correctly, also unicode chars.

halex
  • 577
  • 3
  • 5
  • 13