Anyone else having trouble with URI schemes on iOS on 5.5?

Hey

Since upgrading from 5.4.x to 5.5.0 my app cannot start from a URI* any more, it crashes. Also with a new, empty Unity project.

On iOS in Safari I type MyApp://test
The app opens and then crashes quickly after.

Is anyone else experiencing this issue? It is a big problem as the URI scheme is part of a OAuth login process… :frowning:

this also happens when returning from Facebook login; here’s the fix


and is fixed in 5.5.1
which will be here at some point

Great, thank you so much for the info. I reported the bug but never got a clear answer on when (or which release) it would be fixed. Couldn´t find anything about URIs in the tracker either so thanks for the links!