Skip to main content
Participant
April 26, 2012
Question

Urgent Help: RemoteObject failed in iOS

  • April 26, 2012
  • 5 replies
  • 934 views

I am current running AIR 3.1 with Flash Builder 4.6, creating an application that would make remoting calls to BlazeDS.  For some reason, the emulator and the browser version of the application works, but as soon as it is deployed to iPad, the remoting stops working, and returns an error "Send Failed".

I wonder if anyone who may have experienced something similar, any help would be greatly appreciated.

This topic has been closed for replies.

5 replies

Participant
June 8, 2012

I have experienced the same problem with Adobe's "Flex Test Drive for Mobile" tutorial.  I can connect to a remote database using the iOS desktop simulator, but when the app is loaded on my iPhone/iPad, there is no connection.  I have been trying for days to find an answer.  If you know the solution, please post.  Is there anyone from Adobe listening?

Participant
June 8, 2012

I ultimately abandon the remoteObject zend/php in favor of straight HTTPservices - just be sure to leave the network monitor off when building for the device.

Participant
June 8, 2012

Thanks Matt, I appreciate the reply.  How strange this problem is not more documented.  We can't be the only ones.

Participant
April 27, 2012

I'm actually experiencing a very similar (if not the same) issue - only using Zend. Everything works like a charm in the emulator and the netconnection.call fails instantly on the iphone. I'm wondering if there isn't a permission setting that I'm missing in packaging but have found 0 answers online.

sinious
Legend
April 27, 2012

I'm unfamiliar with that framework but do they attempt to use socket classes? They don't work on mobile, unfortunately. They do work just fine in the simulator though.