tzmm
tzmm
Leaving this for posterity in case it helps anyone: When we detect that the app wasn't installed from the Play Store, we pop-up a dialog that gives the user two...
We're seeing this as well, and is proving problematic. I just ran a test that looked like this: Crashlytics.Log("Test 0"); throw new System.Exception("Exception number 0"); Crashlytics.Log("Test1"); throw new System.Exception("Exception number...
Thanks for answering so quickly. On iOS, we have the luxury of patching the code during postprocessbuild, but on Android, it's all prepackaged in the jar we get from you...