Search Unity

WWW error iphone specific

Discussion in 'iOS and tvOS' started by handsomePATT, Jul 20, 2012.

  1. handsomePATT

    handsomePATT

    Joined:
    Nov 30, 2010
    Posts:
    574
    Hey everyone. My current project uses xml serialization to save and load different things. It will save and upload to my server. It will also load from the server on Start. It works perfect in editor, if the file doesn't exist on the server there will be a www error saying file does not exists, which is perfect because thats how i know its a new user. But on iphone if I call the same load method which downloads from the server, the game will just freeze. It doesn't even tell you in xcode that anything is wrong, it says its running fine. But nothing responds in the game. Has anyone else had this before?
     
  2. robin_notts

    robin_notts

    Joined:
    Apr 7, 2010
    Posts:
    86
  3. handsomePATT

    handsomePATT

    Joined:
    Nov 30, 2010
    Posts:
    574
    No thats not it. I did figure it out though, a stupid error on my part haha. Thanks anyway!