Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.29 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.29 KB

自动生成自签名HTTPS服务器,快速安装ipa

For English README

支持

  • OS X
  • Ubuntu
  • 其他平台未测试

需要

#安装

$ npm install -g ios-ipa-server

用法

Usage: ios-ipa-server [option] [dir]

Options:

-h, --help                output usage information
-V, --version             output the version number
-p, --port <port-number>  set port for server (defaults is 1234)
$ cd /path/of/ipas
$ ios-ipa-server

# or

$ ios-ipa-server /path/of/ipas


# open https://ip:port/download on your iphone

#使用

  • 使用Ad-hoc或者企业级分发打包ipa 放到ipas文件夹下
  • 手机使用safari打开 https://ip:port/download 页面点击安装证书,按指示一直点击下一步和完成
  • 点击ipa链接在线安装
  • 强烈推荐使用静态IP,避免每次重新安装证书

#效果图 screeshot

#Lisence MIT