Copy link to clipboard
Copied
We changed all http links to https in our application and removed the TransportSecurity definition to allow arbitrary loads. After all these affords we built the MacOSX App and received the following error:
Dear Adobe Air Team,
as you can see is the application looking for a http link. Please fix this bug so that we do not integrate in the info.plist the TransportSecurity.
If we integrate the following permission the app is working:
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
Thank you very much!
Copy link to clipboard
Copied
can you not publish a captive runtime app?
Copy link to clipboard
Copied
same error, can't understand why there has to be a http link. at the moment we adapt the build for Mac OS X requirements the error appears.
Copy link to clipboard
Copied
well no, if you published a captive runtime (eg. bundle) the AIR runtime is part of your app
and does not need to be installed
what are your publishing settings? on which OS?
do you obtain an .exe on windows or an .app on mac? or an .air file?
Copy link to clipboard
Copied
We do it for mac OS X. as Apple does not accept some files inside the build we have to delete and also we have to add the correct info.plist
we create a signed air file.
at the moment this is done the bug exists. The error is a http link which adobe only needs to remove and set to https.