can anybody suggest me some SDK or way of creating a local QR code generator for iphone? Please enlighten me on this I have referred zxing and several other qr code libraries but none of them support iphone for qr code generation

Thanks in advance

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

Another generator wrapped in a sample iPhone project. This project was created in Xcode 4:

https://github.com/kuapay/iOS-QR-Code-Generator

link|improve this answer
Hi Patrick, have you successfully submitted an app to Apple using the above? Thanks. – topace Oct 10 '11 at 8:17
Yes. See kuapay :) – banDedo Oct 13 '11 at 1:57
This is the script I am using in my project. But i wont let me to generate for the second time. the app crashes automatically. I dont know how to fix this – dinesh Jan 19 at 9:12
@dinesh I run the code hundreds of times in my application without fail. Without more info, I'm unsure that I can help you though. – banDedo Jan 20 at 22:09
feedback

here goes the solution https://github.com/jverkoey/ObjQREncoder

link|improve this answer
I used this solution rather than the other as this is a full Objective-C library instead of a Wrapper over a C library. – redent84 Feb 27 at 11:57
feedback

Your Answer

 
or
required, but never shown

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