协助 iOS 无线应用程序分发的库/服务
谁能推荐他们用来协助无线分发 iOS 即席/企业应用程序的任何库/实用程序,以便用户无需 PC/iTunes 即可安装?
有一些托管服务(例如 https://testflightapp.com/ - 尽管这对于企业应用程序来说不是免费的),但我确信过去我看到过非托管服务(即我可以在自己的服务器上安装的东西),并且附带一个客户端库,可以轻松连接到应用程序以在更新时通知用户可用并允许他们轻松安装。不幸的是,我似乎没有为它添加书签,并且在堆栈溢出上进行了大量谷歌搜索和搜索也没有找到它。
Can anyone recommend any libraries/utilities they use to assist in distributing iOS adhoc/enterprise applications over the air, so users can install without needing a PC/iTunes?
There's a few hosted services around (eg. https://testflightapp.com/ - though that is not free for enterprise apps), but I'm sure in the past I saw a non-hosted service (ie. something I could install on my own server) and came with a client side library that was easy to hook into the app to notify the user when updates were available and allow them to easily install them. Unfortunately it seems I didn't bookmark it and a bunch of googling and searching on stack overflow hasn't found it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要创建自己的清单并将其与应用程序包(来自 Build and Archive 的 IPA)捆绑在一起。网上有很多指南。例如 这可以使用 Héctor Ramos 的 Heroku 自动化 OTA 分发或 < a href="http://nachbaur.com/blog/building-ios-apps-for-over-the-air-adhoc-distribution" rel="nofollow">Mike Nachbaur 的文章向上。
也就是说,我怀疑使用 TestFlight.app 比自己开发要容易得多 - 您是否考虑过支付 TestFlight 与开发和维护自己的系统的成本效益。编写生产代码肯定比节省 TestFlight 订阅的成本要好得多......
You need to create your own manifest and bundle it with the app package (the IPA from Build and Archive). There are a lot of guides on the web. e.g. this to automate OTA distribution using Heroku from Héctor Ramos or Mike Nachbaur's write up.
That said, I suspect using TestFlight.app is a lot easier than rolling your own - have you looked at the cost benefit of paying TestFlight vs developing and maintaining your own system. Much better to write production code rather than save the cost of the TestFlight subscription surely...
我终于找到了我相信我在写问题时想到的那个,它叫“曲棍球”:
http://hockeykit.net /
https://github.com/TheRealKerni/HockeyKit
如果还有其他类似的解决方案在那里,请添加您自己的答案!
I finally found the one I believe I was thinking of when I wrote the question, it's called "Hockey":
http://hockeykit.net/
https://github.com/TheRealKerni/HockeyKit
If there are other similar solutions out there, please do add your own answer!