Closed
Description
When build a Unity iOS app and launching it I get this message in the console and Firebase database does not work property. (it works fine in the Unity editor).
ApplicationException: ret == 0 || ret == 22
at Firebase.FutureBase.Status () [0x00000] in <filename unknown>:0
at Firebase.FutureString+<GetTask>c__AnonStorey0.<>m__0 () [0x00000] in <filename unknown>:0
at Firebase.FutureString.SWIG_CompletionDispatcher (Int32 key) [0x00000] in <filename unknown>:0
at Firebase.AppUtil.PollCallbacks () [0x00000] in <filename unknown>:0
(Filename: currently not available on il2cpp Line: -1)
Using Unity 5.5.1 and Firebase SDK 1.1.1
Any idea? I can't find a solution!