Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

issue with www on IOS

Discussion in 'Unity 5 Pre-order Beta' started by eyalfx, Feb 26, 2015.

  1. eyalfx

    eyalfx

    Joined:
    Oct 8, 2010
    Posts:
    108
    When calling a www in IOS I'm getting this error Debug.Log(www.error) gives me " (NSURLErrorDomain error -1012.)". this is on unity 5 RC3, works on editor with no issue.
    So I've tested it on unity 4.6.3 and it works both in editor and on IOS device.
    I assume it's a bug in 5 RC3.
    Anyone?
     
  2. Rene-Damm

    Rene-Damm

    Joined:
    Sep 15, 2012
    Posts:
    1,779
    Mono or IL2CPP backend? There are some changes to the WebRequest related functionality of IL2CPP in 4.6.3 that haven't made it into RC3.
     
  3. eyalfx

    eyalfx

    Joined:
    Oct 8, 2010
    Posts:
    108
    on RC3 both IL2CPP and Mono don't work on device. they do work in editor.
    on 4.6.2 I only tested Mono and it works.
    Thanks.
     
  4. Rene-Damm

    Rene-Damm

    Joined:
    Sep 15, 2012
    Posts:
    1,779
    Best to file a bug for 5.
     
  5. RustyFlash

    RustyFlash

    Joined:
    Oct 8, 2014
    Posts:
    88
    That bug has been present since beta 17-18 or so. Not sure if it is a bug or a change to www addressing. Dropbox functionality has been broken on iOS for a long time using boxit. I have been told they will fix it once they know for sure if it is a bug or a feature change. So, it would be nice to know.

    Builds to desktop work fine as does functionality in the editor. No idea on Android or other platforms.