metrica-plugin-unity
metrica-plugin-unity copied to clipboard
Crash Using unity 5.5.1f1 Android 6.0
its crashing every time i run application
APP_METRICA_TRACK_LOCATION_DISABLED if this is add to Script Define symbols its working but what to do if i want to get location of the device ?
It's bug in Unity 5.5 https://issuetracker.unity3d.com/issues/android-location-app-crashes-due-to-error-jstring-has-wrong-type-android-dot-location-dot-location Still not resolved
@dimmduh is right. We faced the same problem right before the latest release and could do nothing with it.
Until it is fixed in future release of Unity itself you should use APP_METRICA_TRACK_LOCATION_DISABLED for Android builds or remove Input.location.Start() from AppMetrica.cs.