码迷,mamicode.com
首页 > 移动开发 > 详细

搭建内网测试“App Store”

时间:2017-07-28 17:14:59      阅读:246      评论:0      收藏:0      [点我收藏+]

标签:getting   dir   get   http   blank   sage   auto   window   mat   

之前测试时,iOS 开发会把测试版本上传到蒲公英上,可以很方便的获取。后来认为不安全,万一测试版泄露了会有风险,就又回到了解放前,测试跑到开发那里编包。想过把手机越狱安装开发的编的 ipa 包,这样测试机好多测试机都要越狱。

铺垫完毕。直接上解决方案:ios-ipa-server
目前 Windows 平台还有一些问题。在Ubuntu上试了一下,可以。

  1. 安装 nodejs: sudo apt-get install nodejs
  2. 安装 npm: sudo apt-get install npm
  3. 安装 ios-ipa-server: sudo npm install -g ios-ipa-server
  4. 启动服务:
    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)
    -i, --ip <ip-address>     set ip address for server (defaults is automatic getting by program)

    ps: 若启动服务时提示:/usr/bin/env: "node": 没有那个文件或目录,将nodejs软连接到node上即可: sudo ln -s /usr/bin/nodejs /usr/bin/node 

  5. 手机使用 Safari 打开 https://ip:port/download 下载安装,或 PC 端浏览器访问 https://ip:port/download 手机扫描网页中的二维码安装(首次需要安装证书)。

搭建内网测试“App Store”

标签:getting   dir   get   http   blank   sage   auto   window   mat   

原文地址:http://www.cnblogs.com/bilibang/p/7251238.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!