Phonegap app in jquery mobile not supported for some devices in google play -
my phonegap android app built in jquery mobile not support devices in google play. there way change supported , unsupported phones in google play or in phonegap using config.xml?
i know native app there way android manifest file me working jquery mobile , taking build in phonegap config file manage these types of settings.
reading question more closely, want control xml file. config.xml not place since far understand feature of phonegap/cordova , unlikely have power specify outside of it. there android manifest xml file however, seems strictly limited specifying features, not models, see:
http://developer.android.com/google/play/filters.html
google's inclusion , exclusion of devices controlled filters have set there: screen resolution, android versions , more.
for other options may know about: there page in developer console in google play excluding phones. go apk sub page of app, , click on "manage excluded devices". in list item left, choose "all devices" or "supported" see list of phones, , filter list text input field. presupposes know phones not work on.
if don't know phones not work on, figure out test proper functioning of jquery mobile in app, wrapping inside javascript, code "phone home" 1 of servers , report device , platform has problems. use cordova's device object gather info on phone in question: http://cordova.apache.org/docs/en/2.9.0/cordova_device_device.md.html#device
another path if have developed paid app, have free app ask people download , try before commit buying app. insulates bit other incompatibilities.
Comments
Post a Comment