As always the submission to iTunesConnect
of my PhoneGap
application is being rather troublesome. In particular is this new message I see pop up when I try to use Application Loader
.
Your binary is not optimized for iPhone 5. - New iPhone apps and app updates
submitted must support the 4-inch display on iPhone 5 and must include a launch
image with the -568h size modifier immediately following the
<basename> portion of the launch image's filename. Launch images
must be PNG files and located at the top-level of your bundle, or provided
within each .lproj folder if you localize your launch images.
Per https://developer.apple.com/library/ios/documentation/userexperience/conceptual/mobilehig/LaunchImages.html I have created an image of 640 x 1136, named it "Launch_Image_640x1136-568h.png", and placed it in the www folder. Still, it gives me the error.
What's going on here? Hopefully this is something simple and easy to take care of, but I'm at my wit's end right now. Anyone have any information or solutions to this? Thanks.
**UPDATE**
I develop the app with Aptana
3 on Windows
8.1 and only use a mac for certificates, keys, p12 files, and uploading. I'm not using PhoneGap
on a mac through xcode.