在发布和调试使用不同版本的AIR和Flash不同、版本、Flash、AIR

2023-09-08 14:56:19 作者:我若離去、必定無期

我正在从Adobe AIR应用程序的几个HTTP / HTTPS请求我的服务器。当监测网络流量(使用招网络调试器),我注意到,当调试,不同版本的AIR和Flash的正在使用的安装软件的(生产)执行时比。

I am making a few HTTP/HTTPS requests to my servers from an Adobe Air application. While monitoring the network traffic (using Fiddler web debugger), I noticed that when debugging, a different version of Air and flash were being used than when the installed application (production) is executed.

下面的是差异: -

Here's are the differences:-

**Production**
User-Agent: Mozilla/5.0 (Windows; U; en-US) AppleWebKit/533.19.4 (KHTML, like Gecko) AdobeAIR/17.0
x-flash-version: 17,0,0,128

**Debug - adt**
User-Agent: Mozilla/5.0 (Windows; U; en-US) AppleWebKit/533.19.4 (KHTML, like Gecko) AdobeAIR/3.1
x-flash-version: 11,1,102,58

我怎么能保证运行与调试时相同版本的AIR和Flash的应用程序,因为环境的差异是值得关注的原因。

How can I ensure to be running the application with the same version of AIR and flash while debugging, because the difference in environments is a cause of concern.

推荐答案

你用什么IDE?在这两种情况下,你启动应用程序在iPhone上还是模拟器?我想,这只是意味着你已经安装在你系统中的两个不同的AIR运行一 - 生产,另外一个带有你的IDE和AIR SDK进行调试。答案如何更新你的IDE AIR,取决于你用​​什么样的IDE。

What IDE do you use? In both cases do you start application on iphone or in simulator? I suppose It just means you have two different AIR runtimes installed in you system, one - production, another one comes with your IDE and AIR SDK for debugging. Answer how to renew you IDE AIR, depends on what IDE do you use.