Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

iPhone 6 update problems

$
0
0

Hey all!

I'm having problems when trying to update my app to iPhone 6 and iPhone 6+.

I have updated my app to iOS 8, I've added the new splash screens and icons and also the screenshots to Itunes connect. After this, this new version has submitted and approved without errors... However, on the App Store I only see: "...this app is optimized for iPhone 5" instead of "...This app is optimized for iPhone 5, iPhone 6, and iPhone 6 Plus." https://itunes.apple.com/en/app/mixt-match/id902375546?mt=8

After having contacted Apple support I have received this reply:

In order to have iPhone 6 and iPhone 6 Plus compatibility display on the App Store, you will need to select iOS device compatibility that is specific to the iPhone 6 and 6 Plus.For more information regarding device compatibility, please refer to the iOS Device Compatibility Reference Guide here:

https://developer.apple.com/library/ios/documentation/DeviceInformation/Reference/iOSDeviceCompatibility/Introduction/Introduction.html

I believe that it refers to the info.plist configuration. However, I have examined this file and I found everything looks to be OK:

...
<key>CFBundleIconFiles</key>
    <array>
        <string>appicon.png</string>
        <string>appicon@2x.png</string>
        <string>appicon-72.png</string>
        <string>appicon-60@2x.png</string>
        <string>appicon-60@3x.png</string>
        <string>appicon-76.png</string>
        <string>appicon-76@2x.png</string>
        <string>appicon-72@2x.png</string>
        <string>appicon-Small-50@2x.png</string>
        <string>appicon-Small.png</string>
        <string>appicon-Small@2x.png</string>
        <string>appicon-Small@3x.png</string>
        <string>appicon-Small-40.png</string>
        <string>appicon-Small-40@2x.png</string>
    </array>
    <key>UILaunchImages</key>
    <array>
        <dict>
            <key>UILaunchImageName</key>
            <string>Default-Landscape-736h</string>
            <key>UILaunchImageOrientation</key>
            <string>Landscape</string>
            <key>UILaunchImageSize</key>
            <string>{414, 736}</string>
            <key>UILaunchImageMinimumOSVersion</key>
            <string>8.0</string>
        </dict>
        <dict>
            <key>UILaunchImageName</key>
            <string>Default-667h</string>
            <key>UILaunchImageOrientation</key>
            <string>Portrait</string>
            <key>UILaunchImageSize</key>
            <string>{375, 667}</string>
            <key>UILaunchImageMinimumOSVersion</key>
            <string>8.0</string>
        </dict>
        <dict>
            <key>UILaunchImageName</key>
            <string>Default</string>
            <key>UILaunchImageOrientation</key>
            <string>Portrait</string>
            <key>UILaunchImageSize</key>
            <string>{320, 480}</string>
            <key>UILaunchImageMinimumOSVersion</key>
            <string>7.0</string>
        </dict>
        <dict>
            <key>UILaunchImageName</key>
            <string>Default-568h</string>
            <key>UILaunchImageOrientation</key>
            <string>Portrait</string>
            <key>UILaunchImageSize</key>
            <string>{320, 568}</string>
            <key>UILaunchImageMinimumOSVersion</key>
            <string>7.0</string>
        </dict>
    </array>
    <key>UILaunchImages~ipad</key>
    <array>
        <dict>
            <key>UILaunchImageName</key>
            <string>Default-Landscape</string>
            <key>UILaunchImageOrientation</key>
            <string>Landscape</string>
            <key>UILaunchImageSize</key>
            <string>{768, 1024}</string>
            <key>UILaunchImageMinimumOSVersion</key>
            <string>7.0</string>
        </dict>
    </array>
...
Does anyone knows if I have to change something more in this file? Does anyone have a similar problem?

Thanks!!

Mac OS X 10.9.5 Titanium SDK 3.4.0.v20140925164115


Viewing all articles
Browse latest Browse all 8068

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>