Search Unity

URIs stopped working?

Discussion in 'iOS and tvOS' started by Jelmersb, Dec 9, 2016.

  1. Jelmersb

    Jelmersb

    Joined:
    Jul 12, 2016
    Posts:
    66
    Hey
    Are more people experiencing that opening your unity app through a custom URL scheme is not working anymore?

    Even on a empty, new project, I get:
    uritest[34353:6821791] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'
    (...)
    libc++abi.dylib: terminating with uncaught exception of type NSException
     
  2. dmko

    dmko

    Joined:
    Jun 15, 2014
    Posts:
    65
    I'm not sure about "anymore" but I'm trying to do this for the first time and getting this error... did you find a fix?

    Also interested in how to pass the full url params back to unity. Thanks!
     
  3. SweatyChair

    SweatyChair

    Joined:
    Feb 15, 2016
    Posts:
    140
    Getting same error here, first time trying to put in URL scheme too...
    I am using Facebook's App Link, app is launched from Facebook after click, but then immediately clashed...
    Not sure if I did anything wrong, anyone has a hint?