Page 5 of 5
app not available on all Android devices
Posted: Wed Aug 06, 2014 3:05 pm
by Alex GG
Hi Maryna,
I read the document, but still cant make it work.
This is what I did:
untick the camera permission
create new APK (now more devices are compatible, like the xperia E1)
submit to Google Play
Update the app on device, and the QR feature didnt work.
I really need your help team,
What do I need to do, to have more compatible devices, (Xperia E1) and have the QR scanner working?
Regards
app not available on all Android devices
Posted: Wed Aug 06, 2014 6:47 pm
by Alex GG
Hi,
I included this on the AndroidManifest:
uses-feature android:name="android.hardware.camera" android:required="false"
But still got the same error...
What should I do???
app not available on all Android devices
Posted: Thu Aug 07, 2014 5:39 am
by Alex GG
I cant continue testing with app, I really need to solve this issue. Users reported now that the QR scanner is not working.
app not available on all Android devices
Posted: Thu Aug 07, 2014 8:04 am
by Maryna Brodina
Hello!
Did you set pre<uses-permission android:name="android.permission.CAMERA" />/pre?
app not available on all Android devices
Posted: Thu Aug 07, 2014 2:43 pm
by Alex GG
Hi Maryna,
No I didnt set that permission.
If I understand, I have to set the camera permission in order to the bar code scanner to work? And add this " uses-feature android:name="android.hardware.camera" android:required="false" , to the AndroidManifest?
Regards
app not available on all Android devices
Posted: Wed Aug 13, 2014 3:34 pm
by Kateryna Grynko
Hi Alex,
Did you get it working using this approach?
https://github.com/phonegap/build/iss...
app not available on all Android devices
Posted: Thu Aug 14, 2014 3:48 pm
by Alex GG
Hi KAtya,
I set the camera on the Android Permissions, and then on the AndroidManifest add this:
uses-feature android:name="android.hardware.camera" android:required="false"
And its working now, I have more available devices for my app.
Thanks!
app not available on all Android devices
Posted: Thu Aug 14, 2014 4:04 pm
by Kateryna Grynko
Hi Alex,
Thank you for the update!