Skip to main content
Inspiring
June 23, 2012
Answered

IOS App won't connect to service for non release build

  • June 23, 2012
  • 1 reply
  • 596 views

Everything works fine when I use either the Flash Builder emulator or when I deploy a Release Build on the iphone 4, but when I do a normal package (or debug) either using FB or command line I get the following error when trying to connect to the remote service

{Fault code=Client.Error.MessageSend, Fault string=Send failed, Fault detail=Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 200: url: 'http://XXX/gateway.php', Destination=}

It used to work fine, I'm pretty sure that I have rolled back to the same state as when it worked but still the same problem.

Does the phone ever cache or block calls?

Any help would be greatly appreciated.

I'm using air3.3

amf

zendframework

This topic has been closed for replies.
Correct answer JamieCrow

This is now overcome. I'm not sure what the actual reason was but i stripped it all back and implemented my own code for connecting to the php amf service. I had originaly used the services wizard which I had never liked. It was very restrictive on some aspects of folder structure and also created a huge amount of unneccessary code.

1 reply

JamieCrowAuthorCorrect answer
Inspiring
June 25, 2012

This is now overcome. I'm not sure what the actual reason was but i stripped it all back and implemented my own code for connecting to the php amf service. I had originaly used the services wizard which I had never liked. It was very restrictive on some aspects of folder structure and also created a huge amount of unneccessary code.