Tagged Questions
10
votes
1answer
3k views
PhoneGap and Zxing QrCode - building issues
I currently encounter a problem with installing ZXingWidget for a
PhoneGap project.
I followed both "PhoneGap Plugins" and ZXingWidget installation
guides, but my project building fails.
Most of my ...
6
votes
4answers
4k views
QR Code library for iphone [closed]
Possible Duplicate:
QR code reader for iPhone
am developing an application for iphone to read & create QR Code. is there any common library available in open source ?
5
votes
3answers
2k views
QR code reader for iPhone
I want to create QR code reader based application.
Using which library, I can create my application ?
Note: I searched in google. Always I am getting zxing. I downloaded the zxing project. But the ...
3
votes
2answers
135 views
QR Code application. Static URL somewhat resistant to spiders?
I am implementing an application to create QR Codes that will be printed in paper media. The app is in Perl and I am successfully generating codes. (using GD::Barcode::QRCode btw. Lead pipe cinch..)
...
3
votes
1answer
120 views
Issue in running QR Code reader sdk
I am doing a project to read QR codes.For that I am using the sample code from 2D barcodes (QR Code, Data Matrix) - iOS4 or above only from the link http://www.quickmark.com.tw/En/basic/SDK.asp But ...
3
votes
2answers
154 views
Objective-C : is it possible to detect QR code data type?
I did qr code with Zxing, Right now I can read data but what I want is :
Example: Be able read type of QR Code is wifi, VCard, Calendar, url, etc...
if detect QR Code is wifi so I be able code to ...
3
votes
1answer
271 views
ZXing Library running perfectly fine in iOS 4.3, generates errors in iOS 5
I have integrated the Zxing Library for QRCode Reader in one of my iPhone app.
It was running fine when I was using iOS 4.3 SDK.
But after I have installed iOS 5 SDK and Mac OS Lion on my Mac, it ...
3
votes
3answers
636 views
Create png image from QRCode for iPhone
I've been using zxing to decode QRCodes. I've also now the got the encoder working and can create the QRCode which contains the encoded data.
I'm asking if anyone knows how to convert this QRCOde ...
2
votes
2answers
49 views
Is there a way to know if a mobile user previously visited a site via a QR code URL?
Client looking into using QR codes in print advertising that will reward the visitor with a discount. Simplest solution (to the best of my knowledge) is to make the QR code point to a unique URL (ex. ...
2
votes
0answers
147 views
iphone app colorful QRCode Generator [closed]
Possible Duplicate:
Generate colorful QR code
Hi I have used kuapay / iOS-QR-Code-Generator for generating QRCode. It works fine for me. I have downloaded the samle code from ...
2
votes
1answer
174 views
Generate colorful QR code
I want to generate the colorful QR code.
I had used https://github.com/kuapay/iOS-QR-Code-Generator code to generate the QR code.
now the qr code generated is always n black color.I want to make it ...
2
votes
1answer
254 views
iPhone QRCode Generator n Decoder
I have to create an app in iPhone which can generate QRCode for Text,Mail,Map,Photos etc. And can also Decode the QRCode. Has anyboday have idea about its API or example?
Thanks in advance
2
votes
1answer
580 views
Connect to specific SSIDfor iPhone using QR code
There are several sites generating a QR code to connect to a specific wi-fi network for Android: e.g. http://www.barcode.com/qrcode.html?view=qrcode
I am looking for similar feature for iPhone. Any ...
2
votes
7answers
2k views
Generate 2D bar code (e.g. QR Code, Data Matrix, PDF417) on iPhone and Android
I need a library to generate a 2D bar code on iPhone and Android (and preferably WM7 and possibly j2me too) - the idea is to transfer information to another device with a corresponding scanner ...
1
vote
3answers
48 views
Storing a history list in objective c
I am doing a project to scan qr codes.a.
In this project a history page is present in which i have to show the history of user's scans.
It contains URLs only. So I am planning to show the list of urls ...
1
vote
0answers
77 views
how to know the result type(barcode or qrcode) using zbar sdk?
I'm a new iphone developer, question is I want to know the sym.data 's type. Is it codebar or qrcode?
- (void) readerView: (ZBarReaderView*) view
didReadSymbols: (ZBarSymbolSet*) syms
...
1
vote
4answers
261 views
How to use C code (libqrencode) in an iOS project
I started coding about a year ago on iOS and have got to grips with writing Objective C and have managed to produce a few apps. I'm attending my first hack day next week and have come up with a ...
1
vote
2answers
292 views
Zxing Iphone qr code reader
how do I add particular actions like sending SMS or URL open according to the qr code image, i have been using zxing library and scantest app,any example code?
thanks
1
vote
1answer
348 views
Scanning QR codes with an AIR app compiled for iOS
Can I really do that with the phone? Perhaps I would have to call any of the native API's, but I am not really sure whether and what is possible. I am pretty sure that the camera is accessible, so at ...
1
vote
3answers
243 views
Generating QRCode
I need to generate QRCodes using objective-c. Is there a library/framework already available for that?Thanks
1
vote
1answer
351 views
ZXing problem when find qr code that does not know
I have a question ...
I am using ZXing lib to recognize two types of QRCode (for
iphone application)
everything works fine ....
I use this method to analyze the results:
- ...
1
vote
2answers
879 views
Need to use QR reader in my iPhone app
I want ot show QR reader in my iPhone application inside main screen window.
how to use the Zxing apis() in my app for creating the QR Reader.
Can I use any other library for the same purpose.
...
1
vote
2answers
407 views
Adding QRcode reading functionality to a native iPhone app
Can anyone point me in the right direction for information or tutorials for adding a QRcode reader to a native iPhone app?
Thanks in advance.
1
vote
1answer
4k views
[iPhone - iOS]Need QRCode Reader API for iPhone
Dear,
I was wondering how to implement a QR code Reader inside my application so i'll have a button that launch the camera to scan a QR code Bar.
I tried with ZBar Api but it appears not to be ...
1
vote
2answers
241 views
Is there a website to lookup barcodes? [closed]
I know there's a http://www.upcdatabase.com/ website that allows you to lookup barcodes. This website however does not return anything for thousands of normal household items. I have seen free apps on ...
1
vote
2answers
9k views
What are some good iPhone QR barcode APIs or tutorials?
I am new to iPhone development with QR barcodes. Please tell me any tutorials or APIs to help me start from scratch to develop a QR barcode reader. Please help me, it is urgent.
Thank you very much.
0
votes
1answer
33 views
generate qr code from text fields zxing applet?
I am developing an app for iPhone that reads QR codes, but I need to generate this QR code as well from a PC that prints them,
I need my QR generating a text string like:
...
0
votes
0answers
29 views
QR Code Generator bug
I am using https://github.com/kuapay/iOS-QR-Code-Generator in my app to generate qr code. In my app i would like to generate the code more than once without closing the app. But If i use this script. ...
0
votes
1answer
32 views
QR Code playing video on iPhone but not playing the sound
I have a QR code set up to play a video.
It is pointing to an MP4 file, which works fine with sound when navigating to this using safari on the iPhone.
However, when I use the QR code to view the ...
0
votes
1answer
44 views
Linking a QR Code straight to video
I am trying to link a QR code to open a video.
At the moment I have used a QR generator to point to the video file URL. But when using it on my phone it asks me to click the link first.
Is the the ...
0
votes
1answer
93 views
How can I get an iPhone to download a contact card via URL redirect
I am working on a tracking tool and I am wondering if anyone knows how to get the iPhone to download a contact card via a URL redirect. iPhone will not download contact cards from the web. Has ...
0
votes
3answers
70 views
objective C saving history of items
I am new to App development , I am using XCode 4.2
I am creating an application that reads QR codes . I would like to be able to save the string (NSString format) and possibly the image in a history ...
0
votes
2answers
132 views
Access iPhone camera with two libraries in one App
My iOS app is supposed to perform the following two tasks at the same time:
scan for QR tags using the ZBar SDK,
scan for augmented reality markers using the QCAR SDK.
Or in other words: I'm ...
0
votes
0answers
109 views
Presenting View Modally in ZBar delegate method
I am developing a QR code reader application using ZBar. I am using XCode 4.2
Here is my code where I am presenting another view modally after scanning the QR code successfully, and it doesn't work:
...
0
votes
0answers
220 views
New Mobile Version of Facebook on Iphone doesn't follow default page listed in Fan Page
Up until about 2 weeks ago, if you visited a Facebook Fan Page on an Iphone through safari (not the Facebook App), it brought you to the normal internet version of the site. This made it very easy to ...
0
votes
1answer
154 views
Easily keep track of physical items within apps
I am currently in development of an app that keeps track of physical inventory. I am wondering if there is some way that I could possibly use QR Codes or some kind of barcode to scan an item and then ...
0
votes
1answer
224 views
how to decode QR code - iPhone
I am developing an app which reads barcode and QR code using Zbarcode framework. Is there any way to decode the QR code using objective c?
0
votes
0answers
411 views
encode and generate a QR code on the iphone and objective c [closed]
Possible Duplicate:
Is there any QR Encoding Library in Cocoa?
I've been struggling with encoding a QR code on the iPhone. I cannot seem to find that SDK or library that will allow this to ...
0
votes
2answers
487 views
iPhone iOS: Can you add crosshairs or other visual indicator to ZBar barcode scanning?
I want to know if it is possible when using Zbar barcode scanning within an iPhone/iOS app to add some sort or crosshairs or other visual indicator to the screen to assist users in aiming their camera ...
0
votes
1answer
880 views
creating QR code using zbar sdk for iphone
ZBAR sdk is normally used to read QRcode or barcode & convert it to user data. Can we use ZBAR API to create QRcode for iphone?
0
votes
2answers
949 views
iphone: local qr code generator
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 ...
0
votes
3answers
1k views
How to generate QR code in iPhone?
How to Generate QR Code from iPhone with Password protection?. I should generate QR code for given Image with Password protection. When read it from iPhone
0
votes
0answers
70 views
ZXing stops decoding after first decode
The sample app (ScanTest) dismisses the view controller when it decodes. What I want is for it to continue decoding, but it's not working. Apparently the decoder stops doing its job after it has ...
-1
votes
1answer
101 views
Is there any API or Sample Code for QR Code scanner in iPhone [closed]
Possible Duplicate:
QR Code library for iphone
I am newbie in iphone, i want to scan the OR code with current date time and location, is there any sample code or API is available, any help ...
-1
votes
2answers
168 views
QRCode reader n iphone
I want to read(Decode) the generated QRcode.
I had found the link for encoding the QRCODE in github.But didnt get the link or anything from where i can decode the generated qrcode.I had gone through ...
-2
votes
1answer
46 views
How does i-nigma app supports all mobile platforms?
Does anyone here knows why and how the i-nigma app can be integrated into all mobile platforms? thanks
-2
votes
1answer
65 views
keeping QR scanning history using ZBar
I am using ZBar to develop a QR scanning application . I am using XCode 4.2
is there a way to keep the history of the last 10 scanned items ?
Thanks
-2
votes
2answers
176 views
Force a link to open in Safari instead of the in-app browser
I have an issue with QR Readers.
I encode a URL within a QR Code. When read by many iPhone App they will open the URL within a WebView within the app.
I want to open a vcard there which those ...
-5
votes
1answer
167 views
How to generate a QRCode in iphone programatically [closed]
Thanks in advance.
How can i generate a QRCode in iphone using objective c programmatically.