• 通过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>
  • 相关阅读:
    数据库存储语句
    数据库练习总结
    数据库练习
    数据库增添
    数据库创建
    cookie 和 session的区别 & 三种传值方式
    内置对象——cookie
    webform跨页面传值
    复合控件
    repeater(控件)数据展示
  • 原文地址:https://www.cnblogs.com/likwo/p/2002482.html
Copyright © 2020-2023  润新知