iOS 8.1企业版 [英] iOS 8.1 Enterprise Distribution

查看:90
本文介绍了iOS 8.1企业版的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个使用xcode 6.1构建的应用程序。

I have an application that is built with xcode 6.1.

我创建了一个plist来配合它。

I created a plist to go with it.

它可以在iOS 8.0.2及更低版本上正常下载,但始终无法在任何iOS 8.1设备上安装。

It downloads just fine on iOS 8.0.2 and before, however, it always fails to install on any iOS 8.1 devices.

这是我要遵循的步骤。

Here are my steps I am following.

使用创建的证书和配置文件将$ ipa文件存档
将plist和ipa文件托管在服务器中

Archive the ipa file using the created certificate and provisioning profile Host the plist and ipa file in your server

包括带有带有src的href标签的html下载文件

Include a download html file with a href tag with src

"itms-services://?action=download-manifest&url=https://mypassagewaytest.gwic.com/gw/premcalc/iPremium.plist"

还有我的plist

   <?xml version="1.0" encoding="UTF-8"?> 
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"      "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
        <key>items</key>
        <array>
            <dict>
                <key>assets</key>
            <array>
                <dict>
                    <key>kind</key>
                    <string>software-package</string>
                    <key>url</key>
                    <string>https://mypassagewaytest.gwic.com/gw/premcalc/iPremium.ipa</string>
                </dict>
            </array>
            <key>metadata</key>
            <dict>
                <key>bundle-identifier</key>
                <string>com.gwic.premiumcalculator</string>
                <key>bundle-version</key>
                <string>1.3.0</string>
                <key>kind</key>
                <string>software</string>
                <key>title</key>
                <string>iPremium</string>
            </dict>
        </dict>
    </array>
    </dict>
    </plist>


推荐答案

已解决。我只是通过从 developer.apple.com 下载最新的企业分发配置文件来更新配置文件。我面临着同样的问题。但是我正在使用Xcode 6.0.1。现在,一切都像灵符一样工作(( Testflightapp 和我自己的服务器)

Solved. I just update the provision profile by downloading latest enterprise distribution profile from developer.apple.com. I was facing the same issue. But I am using Xcode 6.0.1. Now everything is working like a charm, (Testflightapp and my own server both)

这篇关于iOS 8.1企业版的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆