更新 Flex 移动应用程序
Flex 移动应用程序的更新是否与 Air 应用程序的更新方式相同?
似乎无法找到专门针对移动设备的信息。
显然,如果我追踪 Updater.isSupported,它会返回 false。来自 Adobe 文档:AIR 更新框架仅在桌面配置文件中受支持。扩展桌面应用程序(使用本机安装程序安装的应用程序)不支持它,移动配置文件(使用 ActionScript 3.0 编写的 iPhone 应用程序)也不支持它。在运行时检查 Updater.isSupported 属性以查看是否支持更新框架。
那么如何为使用 Flex (Android + iO) 创建的移动应用程序实施更新呢?
Is updating a Flex Mobile Application done in the same way an Air application is updated?
Can't seem to find information specifically for mobile on this.
Apparently, if I trace out Updater.isSupported, it gives back false. From the Adobe documentation: The AIR update framework is only supported in the desktop profile. It is not supported for extended desktop applications (applications installed with a native installer), and it is not supported on the mobile profile (iPhone applications written with ActionScript 3.0). Check the Updater.isSupported property at runtime to see if the update framework is supported.
So how do you implement updates for Mobile Apps created with Flex (Android + iOs)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
<一href="http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac-77bd3ea112e2c0a7ed0-8000.html ">http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac-77bd3ea112e2c0a7ed0-8000.html给出了明确的答案。
http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac-77bd3ea112e2c0a7ed0-8000.html gives a clear answer.