Trying today deploy build into AppStore.
Package using AIR 3.5 (with AIR 3.4 and IOS 6 SDK have problem too)
Add launch screen for iPhone 5 and other devices.
From iTunesConnect got error:
Invalid Launch Image - You app contains a launch image with a size modifier that is only supported for apps built with the iOS 6.0 SDK or later.
Compared with the valid build and found differences in Info.plist:
DTPlatformVersion: 5.1(in my) and 6.0(in valid)
DTSDKName: iphoneos5.1(in my) iphoneos6.0(in valid)
I think this is Bug in AIR packager.
How I can change this values?
P.S. Trying unzip ipa, change plist, resign app, zip and deploy - got error "Invalid entitlements". But I can't find Entitlements.plist in my package. Maybe someone know how I can export it from app?