here is my info.plist. if somebody notice something please tell me, i'm struggling into this problem since 2 weeks...
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleAllowMixedLocalizations</key>
<true/>
<key>CFBundleVersion</key>
<string>2.0.2</string>
<key>CFBundleShortVersionString</key>
<string>2.0.2</string>
<key>CFBundleIdentifier</key>
<string>xxxx</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleExecutable</key>
<string>xxxxMobile</string>
<key>CFBundleName</key>
<string>xxxxMobile</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12A365</string>
<key>DTPlatformName</key>
<string>iphoneos</string>
<key>DTPlatformVersion</key>
<string>8.0</string>
<key>DTSDKBuild</key>
<string>12A365</string>
<key>DTSDKName</key>
<string>iphoneos8.0</string>
<key>DTXcode</key>
<string>0600</string>
<key>DTXcodeBuild</key>
<string>6A313</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
<string>6.1</string>
<key>NSMainNibFile</key>
<string>MainWindow</string>
<key>NSMainNibFile~ipad</key>
<string>MainWindow-iPad</string>
<key>CFBundleResourceSpecification</key>
<string>ResourceRules.plist</string>
<key>CFBundleDisplayName</key>
<string>xxxxMobile</string>
<key>UIStatusBarHidden</key>
<true/>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>CTAspectRatio</key>
<string>landscape</string>
<key>UIInterfaceOrientation</key>
<string>UIInterfaceOrientationLandscapeRight</string>
<key>renderMode</key>
<string>auto</string>
<key>CTRequestedDisplayResolution</key>
<string>high</string>
<key>DebugMode</key>
<false/>
<key>EnablePingback</key>
<true/>
<key>CTSoftKeyboardBehavior</key>
<string>pan</string>
<key>CTNamespaceURI</key>
<string>http://ns.adobe.com/air/application/15.0</string>
<key>CTAutoOrients</key>
<true/>
<key>CTInitialWindowTitle</key>
<string>xxxxMobile</string>
<key>CTInitialWindowContent</key>
<string>xxxxMobile3.swf</string>
<key>CTMaxSWFMajorVersion</key>
<string>26</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
</array>
<key>UIDeviceFamily</key>
<array>
<string>1</string>
<string>2</string>
</array>
<key>UIRequiresPersistentWiFi</key>
<string>YES</string>
<key>UIApplicationExitsOnSuspend</key>
<true/>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>xxxx</string>
</array>
<key>CFBundleURLName</key>
<string>xxxx</string>
</dict>
</array>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
<string>opengles-2</string>
</array>
<key>CFBundleIconFiles</key>
<array>
<string>Icon-Ipad-152.png</string>
<string>Icon-Iphone-120.png</string>
<string>Icon@2x.png</string>
<string>Icon-Ipad-76.png</string>
<string>Icon-Large.png</string>
<string>Icon-Small@2x.png</string>
<string>Icon.png</string>
<string>Icon-Small-50.png</string>
<string>Icon-Small-50.png</string>
<string>Icon-Small.png</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
</array>
<key>Extensions</key>
<array/>
<key>CTAirSdkVersion</key>
<string>15.0.0.302</string>
<key>CTHideAneSymbols</key>
<false/>
<key>CTPushNotificationEnabled</key>
<false/>
</dict>
</plist>
somebody could post a info.plist of a package that works with ios 8 please, could help me find the solution, as apple is not willing to give me the exact reason why my app is rejected...