Muzammal Hussain
Muzammal Hussain

Reputation: 377

BarCode/QRcode Processing with iOS

is it possible to read and process QR-Codes/Bar-codes without using a scanner with iPhone?

if so please mention what api is used and what frameworks are required?

Thanks.

Upvotes: 0

Views: 282

Answers (2)

Buntylm
Buntylm

Reputation: 7383

Check these libray

ZBar an open source software for reading bar codes. ZXing a library written in Java and then ported to Objective C / C++ (QR code only). ZXingObjC

Upvotes: 0

Deepesh Gairola
Deepesh Gairola

Reputation: 1242

You can give a try to ZBAR. It has very good API documentation and easy to implement

Upvotes: 1

Related Questions