如何发布临时构建的更新? [英] How do I release updates to adhoc builds?

查看:27
本文介绍了如何发布临时构建的更新?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想发布对我的各种设备上存在的临时构建的更新吗?

I want to release an update to my ad hoc build that exists on my various devices?

更新:我不介意为每个设备手动执行我的问题是,如何更新应用程序而不先从设备上删除它们.即我想保持设备上的数据库完好无损...itunes 不允许这样做.

UPDATE: I don't mind doing it manually for each device my question is, how do I update the app's without deleting them first off the device. i.e. I want to keep the database on the device in tact...itunes doesn't allow this.

推荐答案

我猜你必须通过 iTunes 在每台设备上安装一个新版本.

I guess you will have to install a new build on every device via iTunes.

或者您可以尝试 TestFlight,这是一个很棒的工具.您可以从设备本身安装新版本.如果您包含 TestFlight SDK,您将能够获得该应用的所有会话和所有崩溃(使用堆栈跟踪).

Or you can try TestFlight, it's a great tool. And you can just install a new builds from the device itself. And if you include TestFlight SDK you will be able to get all the sessions and all the crashes of that app(with stacktrace).

更新:使用 TestFlight.您不必删除该应用程序即可安装更新的应用程序.我使用 Core Data 和 NSUserDefaults 并且在安装较新的版本后没有丢失任何内容.所以我想这就是你正在寻找的东西.

Update: use TestFlight. You don't have to delete the app in order to install a newer one. I use Core Data and NSUserDefaults and after installing a newer build nothing is being lost. So I guess it's something you are looking for.

这篇关于如何发布临时构建的更新?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆