Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

HelloHchen/iOSAppTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

28 Commits

Repository files navigation

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文件的地址。最后,启动我门本地的服务访问下载页面即可。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.8%
  • HTML 45.2%

AltStyle によって変換されたページ (->オリジナル) /