Appcelerator应用在iOS 10上不可用

时间:2018-08-14 10:45:58

标签: ios appcelerator appcelerator-titanium

我已经为iOS开发了一个应用程序。在本地测试和通过testflight进行测试期间,我完全没有问题。 该应用程序可在iOS 10和iOS 11上运行。

但是在发布应用程序后,该应用程序更新仅在iOS 11上可用。

钛GA.7.1.1 XCode 9.4(9F1027a)

该应用无法安装在运行10.3.3(14G60)的MD522KN / A上

如果我还原为Titanium GA 6.0.3,则该应用程序可以在此设备上正常运行,但在iOS版本11及更高版本上无法运行。

Titanium GA.7.1.1是否不支持iOS 10,或者我可能错过了什么?

请帮助。

编辑:

<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
    <id>dk.tankegang.thistedvf.vpp</id>
    <name>Thistedvf</name>
    <version>1.3.1</version>
    <publisher>supporttankegang</publisher>
    <url>http://www.tankegang.dk</url>
    <description>undefined</description>
    <copyright>2017 by supporttankegang</copyright>
    <icon>Defaulticon.png</icon>
    <fullscreen>false</fullscreen>
    <navbar-hidden>false</navbar-hidden>
    <analytics>true</analytics>
    <guid>44abb7f8-6cbb-495f-9aaa-47d2ff11e589</guid>
    <property name="ti.ui.defaultunit" type="string">dp</property>
    <ios>
        <plist>
            <dict>
                <key>UISupportedInterfaceOrientations~ipad</key>
                <array>
                    <string>UIInterfaceOrientationLandscapeRight</string>
                    <string>UIInterfaceOrientationPortrait</string>
                    <string>UIInterfaceOrientationPortraitUpsideDown</string>
                    <string>UIInterfaceOrientationLandscapeLeft</string>
                </array>
                <key>UIRequiresPersistentWiFi</key>
                <false/>
                <key>UIPrerenderedIcon</key>
                <false/>
                <key>UIStatusBarHidden</key>
                <false/>
                <key>UIStatusBarStyle</key>
                <string>UIStatusBarStyleDefault</string>
                <key>NSContactsUsageDescription</key>
                <string>Can we use your contacts?</string>
                <key>NSCameraUsageDescription</key>
                <string>Can we use your camera?</string>
                <key>NSCalendarsUsageDescription</key>
                <string>Can we use your calendar?</string>
                <key>NSPhotoLibraryUsageDescription</key>
                <string>Can we use your photolibrary?</string>
                <key>NSMicrophoneUsageDescription</key>
                <string>Can we use your microphone?</string>
                <key>NSAppleMusicUsageDescription</key>
                <string>Can we use your microphone?</string>
                <key>ITSAppUsesNonExemptEncryption</key>
                <false/>
            </dict>
        </plist>
    </ios>
    <android xmlns:android="http://schemas.android.com/apk/res/android"/>
    <modules>
        <module platform="commonjs">ti.cloud</module>
        <module platform="iphone" version="1.8">com.acktie.mobile.ios.barcode</module>
    </modules>
    <deployment-targets>
        <target device="android">false</target>
        <target device="ipad">true</target>
        <target device="iphone">false</target>
    </deployment-targets>
    <sdk-version>7.1.1.GA</sdk-version>
    <plugins>
        <plugin version="1.0">ti.alloy</plugin>
    </plugins>
    <property name="appc-app-id" type="string"></property>
    <property name="acs-authbase-url-development" type="string">https://secure-identity.cloud.appcelerator.com</property>
    <property name="acs-base-url-development" type="string">https://api.cloud.appcelerator.com</property>
    <property name="acs-oauth-secret-development" type="string"></property>
    <property name="acs-oauth-key-development" type="string"></property>
    <property name="acs-api-key-development" type="string"></property>
    <property name="acs-username-development" type="string">appc_app_user_dev</property>
    <property name="acs-password-development" type="string"></property>
    <property name="acs-authbase-url-production" type="string">https://secure-identity.cloud.appcelerator.com</property>
    <property name="acs-base-url-production" type="string">https://api.cloud.appcelerator.com</property>
    <property name="acs-oauth-secret-production" type="string"></property>
    <property name="acs-oauth-key-production" type="string"></property>
    <property name="acs-api-key-production" type="string"></property>
    <property name="acs-username-production" type="string">appc_app_user</property>
    <property name="acs-password-production" type="string"></property>
    <property name="appc-org-id" type="string"></property>
    <property name="appc-creator-user-id" type="string"></property>
</ti:app>

0 个答案:

没有答案