PDF417 / pdf417-phonegap

PDF417 and QR code scanning plugins for PhoneGap/Cordova framework
47 stars 21 forks source link

Demo app shows "Class not found" when trying to scan #13

Closed pierredup closed 9 years ago

pierredup commented 9 years ago

When using the demo app, or using the plugin in a custom app and trying to run it, shows the following error: "Class not found"

Cerovec commented 9 years ago

Hi Pierre, do you experience this on iOS, Android or both versions of the plugin?

pierredup commented 9 years ago

Only on Android, I have not tested on iOS yet

pierredup commented 9 years ago

After some more testing, I found that this error only happens when using phonegap connect. When packaging the app into an apk and installing on a device I don't get the error, but I do get "invlaid license key" when I don't use a license key

ssasa commented 9 years ago

License key is valid only for the demo app. Try removing the license key and then the SDK will work in demo mode (but it will work).

Cerovec commented 9 years ago

Hi Pierre, do you still experience the issues?