
Anki_AG_
Adobe Employee
Anki_AG_
Adobe Employee
Activity
‎Aug 24, 2016
08:21 AM
Hey Peter, Sorry for the inconvenience caused to you due to this issue. We are investigating this issue on priority and shall be able to update you on this soon. We were asking questions just to be sure that we are investigating in the right direction. Thanks, Ankit Adobe AIR
... View more
‎Jun 21, 2016
11:46 PM
Hi, Could you please explain more in which scenario you are seeing this error? Thanks, Ankit
... View more
‎Jun 16, 2016
05:13 AM
Hi, We have updated AIR SDK 19 with the new OpenSSL version 1.0.2f. Please visit Find and download archived versions of Adobe AIR SDK and download AIR SDK 19.0.0.249. Please let us know in case of any issues. Thanks, Ankit Adobe AIR Team
... View more
‎Jun 16, 2016
05:12 AM
2 Upvotes
Hi, We have updated AIR SDK 19 with the new OpenSSL version 1.0.2f. Please visit Find and download archived versions of Adobe AIR SDK and download AIR SDK 19.0.0.249. Please let us know in case of any issues. Thanks, Ankit Adobe AIR Team
... View more
‎Jun 16, 2016
05:11 AM
Hi, We have updated AIR SDK 19 with the new OpenSSL version 1.0.2f. Please visit Find and download archived versions of Adobe AIR SDK and download AIR SDK 19.0.0.249. Please let us know in case of any issues. Thanks, Ankit Adobe AIR Team
... View more
‎Jun 16, 2016
05:10 AM
3 Upvotes
Hi, We have updated AIR SDK 19 with the new OpenSSL version 1.0.2f. Please visit Find and download archived versions of Adobe AIR SDK and download AIR SDK 19.0.0.249. Please let us know in case of any issues. Thanks, Ankit Adobe AIR Team
... View more
‎Jun 05, 2016
11:08 PM
1 Upvote
Since AIR 22 looks good. We have closed the bug. Thanks, Ankit
... View more
‎Jun 02, 2016
11:04 PM
1 Upvote
HI, Sorry for the delay. We are very well aware of the Google's deadline.We are working on this and will update you shortly. Thanks for your patience. Thanks, Adobe Air Team
... View more
‎Jun 01, 2016
12:27 AM
1 Upvote
Hi Edan, You are right. We have changed it after that. You can use the latest version of AIR SDK 21. Thanks, Ankit Adobe Air Team
... View more
‎Jun 01, 2016
12:06 AM
Hi Edan, AIR 21 containts OpenSSL version 1.02f. There should be no alert using this SDK. Please confirm if you are seeing error with AIR 21. Thanks, Ankit Adobe Air Team
... View more
‎May 18, 2016
11:13 PM
Hi , In iOS9, Apple has introduced App Transport Security (ATS) which blocks unsecure connections between App and Web services. Due to this change, all connections made to unsecure web sites via Loader and URLLoader are now blocked by default and will not work due to App Transport Security. Could you please go through Flash Player Help | Release Notes | Flash Player® 20 AIR® 20 for more details. Thanks, Ankit
... View more
‎May 18, 2016
01:46 AM
Hi, With AIR 20, the AIR Runtime is now built with the iOS 9 SDK which enables AIR developers to use ANEs built with iOS 9 APIs without using the –platformSDK switch when packaging with ADT. In iOS9, Apple has introduced App Transport Security (ATS) which blocks unsecure connections between App and Web services. Due to this change, all connections made to unsecure web sites via Loader and URLLoader are now blocked by default and will not work due to App Transport Security. Please specify exceptions to the default behavior by adding keys to the InfoAdditions tag of your app's application descriptor. <iPhone> <InfoAdditions> <![CDATA[ <key>NSAppTransportSecurity</key> <dict> <key>NSExceptionDomains</key> <dict> <key>yourserver.com</key> <dict> <!--Include to allow subdomains--> <key>NSIncludesSubdomains</key> <true/> <!--Include to allow HTTP requests--> <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key> <true/> <!--Include to specify minimum TLS version--> <key>NSTemporaryExceptionMinimumTLSVersion</key> <string>TLSv1.1</string> </dict> </dict> </dict> ]]> </InfoAdditions> </iPhone> The same information has been mentioned at https://helpx.adobe.com/flash-player/release-note/fp_20_air_20_release_notes.html Please let us know if this fixes the issue. Thanks, Adobe Air Team
... View more
‎May 17, 2016
10:48 PM
Hi, With AIR 20, the AIR Runtime is now built with the iOS 9 SDK which enables AIR developers to use ANEs built with iOS 9 APIs without using the –platformSDK switch when packaging with ADT. In iOS9, Apple has introduced App Transport Security (ATS) which blocks unsecure connections between App and Web services. Due to this change, all connections made to unsecure web sites via Loader and URLLoader are now blocked by default and will not work due to App Transport Security. Please specify exceptions to the default behavior by adding keys to the InfoAdditions tag of your app's application descriptor. <iPhone> <InfoAdditions> <![CDATA[ <key>NSAppTransportSecurity</key> <dict> <key>NSExceptionDomains</key> <dict> <key>yourserver.com</key> <dict> <!--Include to allow subdomains--> <key>NSIncludesSubdomains</key> <true/> <!--Include to allow HTTP requests--> <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key> <true/> <!--Include to specify minimum TLS version--> <key>NSTemporaryExceptionMinimumTLSVersion</key> <string>TLSv1.1</string> </dict> </dict> </dict> ]]> </InfoAdditions> </iPhone> The same information has been mentioned at https://helpx.adobe.com/flash-player/release-note/fp_20_air_20_release_notes.html Please let us know if this fixes the issue. Thanks, Adobe Air Team
... View more
‎May 03, 2016
11:13 PM
Hi, Could you please log a bug in Home for the same. We will add this in our backlog. Thanks, Adobe Air Team
... View more
‎Apr 20, 2016
02:40 AM
HI Julien, Thanks for reporting the issue. We are investigating it. Could you please open a ticket in bugbase and share it with us. Thanks, Ankit
... View more
‎Apr 04, 2016
11:37 PM
Hi, AIR SDK 21.0.0176 is using OPenSSL version 1.0.2f. Could you please let us know in which scenario you are getting 1.02d for the same SDK? Thanks, Ankit Adobe Air Team
... View more
‎Apr 01, 2016
06:10 AM
Hi All, We have verified and AIR 21.0 is using openSSL version 1.02f. AIR 20.0 is using openSSL 1.02d. This might be an issue from Google developer console. Could you please use this command "unzip -p YourApp.apk | strings | grep "OpenSSL" to check the openSSL version in your app. Thanks, Adobe Air Team
... View more
‎Apr 01, 2016
05:30 AM
2 Upvotes
Hi All, We have verified and AIR 21.0 is using openSSL version 1.02f. AIR 20.0 is using openSSL 1.02d. This might be an issue from Google developer console. Could you please use this command "unzip -p YourApp.apk | strings | grep "OpenSSL" to check the openSSL version in your app. Thanks, Adobe Air Team
... View more
‎Mar 22, 2016
03:12 AM
Yes please log an enhancement request.
... View more
‎Mar 22, 2016
01:52 AM
HI, We request to log a bug in the external bug base (https://bugbase.adobe.com/index.cfm). Also please post the bug number here so that other users can vote on it. Thanks, Adobe Air Team
... View more
‎Mar 11, 2016
04:04 AM
Hi, You just need Mac machine for packaging the final ipa. Please use this adt command on Mac adt -package -target ipa -storetype pkcs12 -keystore <certificate> -storepass <password> <ipa name> <xml> -C <swf> -C <assets> Before that please make sure that certifcate has been added to the keychain of Mac machine. If possible, please try this out. Thanks, Adobe Air Team
... View more
‎Mar 11, 2016
12:07 AM
Hi, Yes, we certainly understand the inconvenience you might be facing because of this. However, I am sorry to inform that we're still investigating this issue, and there hasn't been any significant progress on it. The problems that we're facing is that things have changed from Apple verification side, and it isn't looking straight forward to port these new changes on signing process for a Windows system. I would want to re-iterate that the issue comes into picture only while uploading the final IPA, and it shouldn't hinder any development or testing phases. So, you may still continue all your development on a Windows system, the final IPA build however should be packaged on a Mac for a successful upload to iTunes store. Thanks, Adobe AIR Team
... View more
‎Feb 22, 2016
09:17 PM
Thanks for the confirmation. Thanks, Adobe Air Team
... View more
‎Jan 11, 2016
02:05 AM
5 Upvotes
Hi, In AIR 20 build 233 we have upgraded iOS9 SDk. AIR Runtime is now built with iOS 9 SDK which enables AIR developers to use ANEs built with iOS 9 APIs without using the –platformSDK switch while packaging with ADT. App Transport Security (ATS) is being introduced from Apple in iOS9, which doesn’t allow unsecure connections between App and Web services. Due to this change all the connections which are made to unsecure web sites via Loader, URLLoader will discontinue and not work due to App Transport Security. Please specify exceptions to the default behavior by adding keys to InfoAdditions tag of application descriptor of your app. <iPhone> <InfoAdditions> <![CDATA[ <key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</key><true/> </dict> ]]> </InfoAdditions> </iPhone> Please let us know if this resolves your issue. Thanks, Adobe Air Team
... View more
‎Jan 04, 2016
10:22 PM
Hi, Thanks for reporting the issue. Are you facing this issue on Windows or MAC? Could you please try the following workarounds mentioned in the release notes As per the release notes of AIR SDK 20 [iOS ] "This build is invalid" error in iTunesConnect while uploading app This issue has been fixed on Mac. To package the app correctly, so that it gets uploaded to iTunesConnect without any errors, the developer needs to perform following Add certificate in the Keychain Access of the Mac and provide necessary permission to it while adt accesses the certificate. Along with this please make sure that there is no Info.plist present in the assets folder while packaging the ipa. Thanks, Adobe Air Team
... View more
‎Jan 03, 2016
11:57 PM
Hi, Could you please use the latest AIR SDK from Download Adobe AIR SDK. Please let us know if the issue is still reproducible with this SDK. Thanks, Ankit Adobe Air Team
... View more
‎Dec 18, 2015
03:28 AM
Operating System: Android 2.3 and above Thanks, Adobe Air Team
... View more
‎Dec 14, 2015
11:51 PM
We are working on it. We'll keep you posted. Thanks, Adobe Air Team
... View more
‎Dec 14, 2015
06:46 AM
Hi, We have been able to reproduce the issue at our end and we currently working on fixing this. We'll keep you posted on this. Thanks, Adobe Air Team
... View more
‎Nov 30, 2015
03:53 AM
1 Upvote
Hi, We have already added support for iPad Pro in Air SDK 20. Please try the latest SKD from Download Adobe AIR 20 Beta - Adobe Labs. Let us know if you face any issues. Thanks, Adobe Air Team
... View more