• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

How to disable Application Transport Security (ATS) in Adobe AIR app?

Community Beginner ,
Oct 06, 2015 Oct 06, 2015

Copy link to clipboard

Copied

Hello everyone,

How do we disable ATS feature in Adobe AIR app for the app to run on iOS 9? I am getting below error when tried running the adobe air test app:

iPhone-6 AdobeAirPluginTest[520] <Error>: App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.

Is it possible to disable ATS flag in Adobe AIR or we achieve this from Xcode?

TOPICS
Development

Views

925

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Engaged , Oct 06, 2015 Oct 06, 2015

AIR allows you to add stuff to the info.plist file, if you look up the required syntax to add an exception. It would go in your <iPhone><infoAdditions> tag in your app's descriptor file.

Votes

Translate

Translate
Engaged ,
Oct 06, 2015 Oct 06, 2015

Copy link to clipboard

Copied

AIR allows you to add stuff to the info.plist file, if you look up the required syntax to add an exception. It would go in your <iPhone><infoAdditions> tag in your app's descriptor file.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 07, 2015 Oct 07, 2015

Copy link to clipboard

Copied

LATEST

Thanks sir Really appreciate it.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines