zoukankan      html  css  js  c++  java
  • 通过Web方法安装APP

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
      
    <head>
        
    <title>APP for iPhone Download Page</title>
        
    <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
        
    <link rel="apple-touch-icon" href="./iui/iui-logo-touch-icon.png" />
        
    <meta name="apple-touch-fullscreen" content="YES" />
        
    <style type="text/css" media="screen">@import "./iui/iui.css";</style>
        
    <script type="application/x-javascript" src="./iui/iui.js"></script>

      
    </head>
      
    <body>
        
    <div class="toolbar">
          
    <h1 id="pageTitle"></h1>
          
    <id="backButton" class="button" href="#"></a>
        
    </div>

        
    <div id="home" title="APP store" class="panel" selected="true">
          
    <h2>KUNAI for iPhone Trial</h2>

          
    <fieldset>
            
    <div class="row" onclick="location.href='./trial/trial.mobileprovision'"> //证书位置
              
    <label>Install Provisioing Profile</label><img src="./trial/provision.png" width="32px" height="32px" style="padding: 4px"/>
            
    </div>
            
    <div class="row" onclick="location.href='itms-services://?action=download-manifest&url=https:///trial/manifest.plist'"> //manifest.plist位置
              
    <label> (Message)</label><img src="./trial/pic.png" width="32px" height="32px" style="padding: 4px"/>
            
    </div>
            
    </div>        
          
    </fieldset>
        
    </div>
      
    </body>
    </html>
  • 相关阅读:
    《谈谈推荐系统中的用户行为序列建模》
    《样本权重对逻辑回归评分卡的影响探讨》
    CLOUD计算产品成本嵌套
    冲突操作列表
    查看临时表空间
    设置SQLServer数据库内存
    BPM与OA的区别
    企业门户建设详解
    CRM/PLM/SCM/MES与ERP的联系与区别
    供应链十大优化方法
  • 原文地址:https://www.cnblogs.com/likwo/p/2002482.html
Copyright © 2011-2022 走看看