ios - HTML5 iPad app not working on iPad1 -
i developed phonegap html5 app , working fine on ipad 2's , android devices. when install app onto ipad 1's app installs, icon disappears, after rebooting icon , looks if installed.
i can launch app, , splash screen displayed, app closes.
here deployment settings - i'm quite new this, if there relevant settings need know about, let me know , i'll update post.
phonegap version: 3.6.0-0.21.19
ipad 1 running ios 5.1.1
i create project , build via phonegap commandline, package xcode use diawi distribute ipads.
cordova, phonegap based on dropped ios 5 support version 3.5.0
you can read blog post here: http://cordova.apache.org/announcements/2014/05/23/cordova-350.html
so it's code reaching ios 6 commands , crashing. i'm afraid, you'll either have revert older version of phonegap or buy newer test device.
i not recommend rolling older version of phonegap because, february, apple require apps submitted include 64-bit support (see here: https://developer.apple.com/news/?id=10202014a), believe cordova 3.5.0 introduced.
as disappearing/reappearing of app icon. used see if bundle identifier given in .plist file associated download different 1 in actual app info.plist. i've not used diawi though, can't beyond i'm afraid.
Comments
Post a Comment