1

I have an old IOS project in that developer used ZbarSDK. Because of some issues we have to stop the development of the project, but now we are starting the project again. The issue we are facing now is ZBAR doesnt support IOS 11. So can any one can tell me how to resolve this issue or any other free efficient SDK to replace ZBAR ?

Sumeet
  • 111
  • 1
  • 16
  • 2
    Use AVFoundation's barcode scanning abilities. [Here is an example code that you can use.](https://stackoverflow.com/a/46546821/3151675) – Tamás Sengel Nov 16 '17 at 17:16

1 Answers1

0

Zbar with Bitcode and 64-bit support has been recompiled and is available here: https://drive.google.com/open?id=0B-ziC02v2vGiTENJWGdacXVxUEE

Zbar provides support for many more barcode types than AVFoundation does.

Ethan Allen
  • 14,425
  • 24
  • 101
  • 194