Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross Platform Functionality #49

Closed
cdeck95 opened this issue Aug 29, 2018 · 2 comments
Closed

Cross Platform Functionality #49

cdeck95 opened this issue Aug 29, 2018 · 2 comments
Labels

Comments

@cdeck95
Copy link

cdeck95 commented Aug 29, 2018

Probably a stupid question, but Is this library necessary to decode the QR code? Or can a normal QR code scanner read the data?

I would imagine a normal QR code scanner could read the data, but want to be sure before I implement it.

End goal: read the QR code in my Android App

@ApolloZhu
Copy link
Member

TL;DR: check out https://github.com/zxing/zxing, or google your end goal to find other options

To answer your questions: No. Yes.

As specified in the README file, this only supports Apple platforms. That's because the implementation relies on Apple's CoreImage framework to do the actual job.

@cdeck95
Copy link
Author

cdeck95 commented Aug 29, 2018

Thanks. I am testing out some options to see what will work. Appreciate the info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants