• Global community
    • Language:
      • Deutsch
      • English
      • EspaƱol
      • FranƧais
      • PortuguĆŖs
  • ę—„ęœ¬čŖžć‚³ćƒŸćƒ„ćƒ‹ćƒ†ć‚£
    Dedicated community for Japanese speakers
  • ķ•œźµ­ ģ»¤ė®¤ė‹ˆķ‹°
    Dedicated community for Korean speakers
Exit
Locked
0

Issue with AMF on iOs

Explorer ,
Feb 25, 2016 Feb 25, 2016

Copy link to clipboard

Copied

Hello,

While developping a mobile application using flex 4.15 with the latest AIR buid I get the following error when the application calls  a service method on iOS :

[RPC Fault faultString="Echec de l'envoi" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed

- It works on android or on the iPhone simulator but not with an actual Apple device.

- It works  on iOsi f I use AIR 16 instead of AIR 21.

Any Idea ?

Thanks.

TOPICS
Air beta

Views

473

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

Explorer , Feb 25, 2016 Feb 25, 2016

Problem solved.

The following key must be added to the <InfoAdditions> tag of the app descriptor :

<key>NSAppTransportSecurity</key>

<dict>

<key>NSAllowsArbitraryLoads</key><true/>

</dict>

Votes

Translate

Translate
Explorer ,
Feb 25, 2016 Feb 25, 2016

Copy link to clipboard

Copied

LATEST

Problem solved.

The following key must be added to the <InfoAdditions> tag of the app descriptor :

<key>NSAppTransportSecurity</key>

<dict>

<key>NSAllowsArbitraryLoads</key><true/>

</dict>

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