ZXing and Zbar can be QR scanner, so what are the open source project for generator for iPhone ?

link|improve this question

49% accept rate
Any luck ?? Even i am also looking for it. – Biranchi Jan 5 '11 at 13:32
Looking for the same thing. I am using Google Charts API at the moment but I need something that doesn't require internet connection. May I suggest you add a tag "iPhone" to the question? You may get more exposure. – topace Mar 21 '11 at 4:34
feedback

2 Answers

up vote 1 down vote accepted

ZXing has a QR code generator inside its main Java code, in the core/ module, package com.google.zxing.qrcode.encode. It's not ported to C++, but I think you'll find it pretty easy to port.

link|improve this answer
feedback

I found the following two

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

OR

https://github.com/jverkoey/ObjQREncoder

link|improve this answer
I'm having a trouble using kuapay. it generates fine for the first time. but if i try to regenerate without closing the app. then the app crashes automatically. Can you please let me know how to fix this? – dinesh Jan 19 at 9:15
1  
@dinesh Sorry I no longer use kuapay. Did you try ObjQREncoder? – topace Jan 20 at 10:57
I dont know how to execute the ObjQREncoder. anyhow I have fixed the bug in kuapay. you need to remove the autorelease in filemanager.m. Now its working fine for everytime I generate. Thanks – dinesh Jan 20 at 11:13
feedback

Your Answer

 
or
required, but never shown

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