Skip to main content
Inspiring
March 9, 2014
Answered

Flash CC Air iOS: Problems with loading text from an external xml located on a server.

  • March 9, 2014
  • 1 reply
  • 568 views

So I have this code allowing me to load text from an xml located on a server. Everything works fine on the Air for Android. The app even works in the ios emulator, but once I export my app to my ios device with ios 7, I don't see any text. The app is developed with Air sdk 3.9. What could be the reason? Do I need any special permissions like on Android? Does ios even allow to load xml from an external server?

Any clues?

This topic has been closed for replies.
Correct answer Sairope

Ok,  I've fixed the problem.

1 reply

SairopeAuthorCorrect answer
Inspiring
March 9, 2014

Ok,  I've fixed the problem.

Colin Holgate
Inspiring
March 9, 2014

Do you want to say what the problem was, in case someone else has the same issue?

SairopeAuthor
Inspiring
March 9, 2014

It was my bad. I linked to a php file to avoid any connection lags, which was absolutely fine on the android, but didn't seem to work on the ios 7. So all I did is change the php extension to xml and it worked without any problems.