简体   繁体   English

Flash CS5.5 Iphone App OTA 分发和/或同步而无需删除应用程序

[英]Flash CS5.5 Iphone App OTA distribution and or sync without removing apps

I've been having some fun with Flash developing IOS apps. Flash 开发 IOS 应用程序让我很开心。 I currently have two devices provisioned but each device is synced with a different iTunes account.我目前配置了两台设备,但每台设备都与不同的 iTunes 帐户同步。 My work iPad and personal iPhone.我的作品 iPad 和个人 iPhone。

I'm currently using my work iPad as the testing device.我目前正在使用我的作品 iPad 作为测试设备。 Adding the.ipa to iTunes and syncing.将.ipa 添加到 iTunes 并同步。 It works great.它工作得很好。

I would like to be able to add the.ipa file to my iPhone too, but iTunes will erase all my apps in order to sync and I don't want that.我也希望能够将.ipa 文件添加到我的 iPhone,但 iTunes 会删除我所有的应用程序以进行同步,我不希望这样。

Is there anyway to get around this?有没有办法解决这个问题?

Can I go about this using the over the air wireless distribution method?我可以使用无线无线分配方法 go 吗? Flash has publish settings for adhoc deployment does this deal with OTA? Flash 已发布临时部署设置,这是否与 OTA 相关? Also don't you need a.plist file and to get OTA to work?你也不需要一个 .plist 文件并让 OTA 工作吗?

Any ideas or suggestions would be appreciated.任何想法或建议将不胜感激。

Thanks,谢谢,

Tegan泰根

It is possible to distribute flash created IPAs using adhoc OTA distribution.可以使用 adhoc OTA 分发来分发 flash 创建的 IPA。 Apple has information on creating the necessary manifest plist here . Apple 在此处提供了有关创建必要清单 plist 的信息。 You do not need an enterprise developer account for this to work but you will need access to a web server to host the files and talk to the apple servers (this can be hosted locally).您不需要企业开发者帐户即可工作,但您需要访问 web 服务器来托管文件并与苹果服务器通信(这可以在本地托管)。 Once everything is set up you can visit the web server from your iPhone and download the app.一切设置好后,您可以从 iPhone 访问 web 服务器并下载应用程序。 We distribute internal testing builds using this system and it functions very nicely.我们使用这个系统分发内部测试版本,它运行得非常好。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM