shamruk

Results 4 comments of shamruk

My advice is to figure out what has happen before (last 10 seconds): app launched, suspended, released, video played, some ane/native popup was shown...

You can try to add more logs to figure out last events and game state when error occurs

I get much less of this errors with AIR 15 ) Wow, they have released this ^$^% Looks like Adobe doesn't test there builds on android. Seriously, an app with...

Temp walkaround: ``` #if UNITY_IOS [System.Runtime.InteropServices.DllImport("__Internal")] private static extern string GetFbAnonID(); #endif ``` ``` char* GetFbAnonID() { Class FBSDKAppEvents = NSClassFromString(@"FBSDKAppEvents"); SEL anonymousID = NSSelectorFromString(@"anonymousID"); if (FBSDKAppEvents && anonymousID) {...