I am trying to read and also generate QR codes (locally within application) in a MonoTouch project.
Is there any OpenSource or commercial library to read and generate QR codes for C#/MonoTouch?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
for reading QR Codes there are a couple of options
ZXING.Net.Mobile A MT port of zxing library
RedLaser MonoTouch Binding Is the MT binding for RedLaser SDK which is a Paid SDK
And here is a sample app using zxing.MonoTouch and MT.D
All of these are used to read a QR Code, i don’t know any to generate QR Codes in MT, but here is a StackOverflow question that points to a couple Objc libraries which you could bind with MT