Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/unix/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Appcelerator应用程序在ios 10上不可用_Ios_Appcelerator_Appcelerator Titanium - Fatal编程技术网

Appcelerator应用程序在ios 10上不可用

Appcelerator应用程序在ios 10上不可用,ios,appcelerator,appcelerator-titanium,Ios,Appcelerator,Appcelerator Titanium,我已经为iOS开发了一个应用程序。在本地测试和通过testflight进行的测试中,我完全没有问题。 该应用程序可在iOS 10和iOS 11上运行 但当应用程序发布后,应用程序更新仅在iOS 11上可用 钛合金GA.7.1.1 代码9.4(9F1027a) 该应用程序无法安装在运行10.3.3(14G60)的MD522KN/A型上 如果我恢复使用Tianium GA 6.0.3,该应用程序将按预期在该设备上运行,但当iOS版本为11及更高版本时则不会 Tianium GA.7.1.1是否不支持

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

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

钛合金GA.7.1.1 代码9.4(9F1027a)

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

如果我恢复使用Tianium GA 6.0.3,该应用程序将按预期在该设备上运行,但当iOS版本为11及更高版本时则不会

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

请帮忙

编辑:


dk.tankeang.thistedvf.vpp
这个TEDVF
1.3.1
支援坦克港
http://www.tankegang.dk
未定义
2017年由SupportTankegan提供
Defaulticon.png
假的
假的
真的
44abb7f8-6cbb-495f-9aaa-47d2ff11e589
数据处理
UI支持界面方向~ipad
UIInterfaceOrientationAndscapeRight
UIInterfaceOrientationPortrait
UIInterfaceOrientation上下方向图
UIInterface方向和左视图
UIRequiresPersistentWiFi
UIPreRendericon
UIStatusBarHidden
UIStatusBarStyle
UIStatusBarStyleDefault
NSContactsUsageDescription
我们可以用你的通讯录吗?
NSCameraUsageDescription
我们能用一下你的照相机吗?
NSCalendarsUsageDescription
我们能用一下你的日历吗?
NSPhotoLibraryUsageDescription
我们可以用你的照片库吗?
NSM话筒用途说明
我们能用一下你的麦克风吗?
NSAppleMusicUsageDescription
我们能用一下你的麦克风吗?
ITSAppuseSonnextEmptEncryption
钛云
com.acktie.mobile.ios.barcode
假的
真的
假的
7.1.1.GA
钛合金
https://secure-identity.cloud.appcelerator.com
https://api.cloud.appcelerator.com
应用程序用户开发
https://secure-identity.cloud.appcelerator.com
https://api.cloud.appcelerator.com
应用程序用户

它仍然支持iOS 9,您在tiapp中配置了什么作为最低版本?我添加了trap.xml。我不记得添加了最低版本。但我可能忽略了什么。请使用我的编辑。不要共享所有API密钥。此外,
<?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>