GithubHelp home page GithubHelp logo

iosapptest's Introduction

iOSAppTest

这是一个用于iOSApp测试的NodeJSWeb项目

iOS通itms-services://协议安装ipa,省去https环境的搭建

原理

使用Apple的itms-services://协议,在IOS7.1系统以后,如果要使用企业证书(299美元)通过itms-services在线安装ipa的话必须走https协议,其实需要https协议访问的只是manifest.plist文件的地址如:itms-services://?action=download-manifest&url=https://appInfo/manifest.plist, 但是 ipa的下载不需要走https协议也是可以的

因此我们就建立一个web项目可以不用支持https,然后把我们的项目提交的GitHub(GitHub是https协议的或者其他https网站如码云等)仓库,然后获取到manifest.plist文件的地址替换为 上面plist文件的地址。最后,启动我门本地的服务访问下载页面即可。

补充文档:https://blog.csdn.net/xlyrh/article/details/79078271,主要解决访问不到github.com的问题

使用说明: 1、IP设为192.168.1.220:8081 2、ipa名称修改为hello_world.jpa 3、将ipa放到www目录中 4、node http_server

iosapptest's People

Contributors

mjwz5294 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.