Search code examples
iosapache-flexipadflash-builderamf

iPad application developed by Flash Builder hangs after loading external data


I'm developing iPad application in Flash Builder 4.6. My application stop working on device when I load data from amfphp gateway. There are about 30 value objects in server response. When server responses with fewer data - app works fine.

So I guess problem in parsing AMF response. Is this iPad related policy? Can I add modifiers while packaging to avoid such problem?

Stan


Solution

  • Problem already gone/solved. AMF works fine.

    1. Application id must start with correct string, defined in provision profile!

    2. Turn off debug mode. In both mxmlc and provision get-task-allow.

    I think next affects as well:

    1. There should be no classes market [RemoteClass] and with arguments in constructor (even with default values).

    2. I had code where NetConnection.connect called very often. Increased interval.