zoukankan      html  css  js  c++  java
  • In house 企业版app网页发布

    Inhouse 企业版 网页发布

     
    【修改code signing的证书  用distribution】
     
    【将应用程序打包】
     
    进行发布
     
    【NEXT】
     
    选择从menber center中下载下来的证书
     
    url写能够访问到的地址,最后要加上【/应用名称.ipa】
    title可以随意啦·但一定要写
     
    生成这样的两个文件
     
    [TestBook_iphone5.html]
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name="viewport" content="width=320, height=460, user-scalable=no,
    initial-scale=1.0" />
    <title>Install Dev App</title>
    </head>
     
    <br/><br/><br/>
    <body>
    <div align="center">
    <a href="itms-services://?action=download-manifest&url=http://192.168.2.188/TestBook_iphone5/TestBook_iphone5.plist" style="color:orange; font-size:24px">
                    Install the App</a>
                    </div>
    <p />
     
    </body>
    <br />
    <br />
     
    </html>
     
    【红色部分需要根据实际情况进行修改】
     
    最后将这三个文件一起放到服务器上面,使他们可以被访问到就可以了。
  • 相关阅读:
    几种常用的曲线
    0188. Best Time to Buy and Sell Stock IV (H)
    0074. Search a 2D Matrix (M)
    0189. Rotate Array (E)
    0148. Sort List (M)
    0859. Buddy Strings (E)
    0316. Remove Duplicate Letters (M)
    0452. Minimum Number of Arrows to Burst Balloons (M)
    0449. Serialize and Deserialize BST (M)
    0704. Binary Search (E)
  • 原文地址:https://www.cnblogs.com/cillyfly/p/3585127.html
Copyright © 2011-2022 走看看