在未越狱iPhone上安装测试版ipa

对于未越狱的iPhone上安装测试版ipa,可通过itms-services协议来实现。 方法如下: 1.需要一个html文件,引导下载用户在线安装ipa [codesyntax lang=”php”]

一键安装掌上综调iPhone版 安装app

[/codesyntax] 2.plist文件 [codesyntax lang=”php”]

items assets kind software-package url http://127.0.0.1/latest/ipa/tue.ipa(安装包的url)
               <key>kind</key>
               <string>display-image</string>
               <key>needs-shine</key>
               <true/>
               <key>url</key>
               <string>图片的地址</string>
           </dict>
  <dict>
               <key>kind</key>
               <string>full-size-image</string>
               <key>needs-shine</key>
               <true/>
               <key>url</key>
               <string>图片的地址</string>
           </dict>
       </array>
       <key>metadata</key>
       <dict>
           <key>bundle-identifier</key>
           <string>com.xinchun(和ipa中的相同)</string>
           <key>bundle-version</key>
           <string>1.0.0</string>
           <key>kind</key>
           <string>software</string>
           <key>subtitle</key>
           <string>Tue</string>
           <key>title</key>
           <string>Tue</string>
       </dict>
   </dict>

[/codesyntax] 3.使用iphone自带的safari浏览器,浏览http://222.177.4.242/ios/d.html文件,即可安装了。 注意:有的iPhone上访问到网页,点击链接没有反映,这时候要查看safari浏览器的设置了,看有没有禁用弹出窗口什么的 相关文章:  iOS 7.1下itms-services在线安装失败的解决方法