get URL in iOS
Posted: Sun Jan 02, 2011 1:59 pm
i have a stack that does a set very simple get URL to a host which returns an XML response.
The stack works okay when in development mode. When moved to a iOS simulator the behavior is not consistant.
In one stack - the first call works and the 2nd call does not return any results.
I copied just the 2 calls to a new stack and after checking it work in development ,i run it in simulator. Now both calls don't return the results at all.
the calls are HTTPS://...
would that be a reason?
The stack works okay when in development mode. When moved to a iOS simulator the behavior is not consistant.
In one stack - the first call works and the 2nd call does not return any results.
I copied just the 2 calls to a new stack and after checking it work in development ,i run it in simulator. Now both calls don't return the results at all.
the calls are HTTPS://...
would that be a reason?