Hi @zenith lotus
Since updating to v2.7.1 from 2.4.1, we are getting very high crash rate due to this particular issue. This has only showed up in last version where I have only updated the kit as per the instructions. Can you look into it and guide us how to fix this issue?
Here is a stack trace:
Exception java.lang.Error: FATAL EXCEPTION [main]
Unity version : 2020.3.48f1
Device model : samsung SM-A715F
Device fingerprint: samsung/a71zh/a71:13/TP1A.220624.014/A715FZHU9DWH4:user/release-keys
Build Type : Release
Scripting Backend : IL2CPP
ABI : arm64-v8a
Strip Engine Code : true
Caused by: java.lang.NullPointerException: Expected to unbox a 'boolean' primitive type but was returned null
at $Proxy25.equals
at java.util.ArrayList.remove (ArrayList.java:631)
at com.voxelbusters.essentialkit.cloudservices.CloudServices.onSyncronizeFinished
at com.voxelbusters.essentialkit.cloudservices.CloudServices$b$a.onSuccess
at com.voxelbusters.essentialkit.cloudservices.CloudServices$c.onComplete
at com.google.android.gms.tasks.zzi.run (com.google.android.gms:play-services-tasks@@18.0.2:1)
at android.os.Handler.handleCallback (Handler.java:942)
at android.os.Handler.dispatchMessage (Handler.java:99)
at android.os.Looper.loopOnce (Looper.java:226)
at android.os.Looper.loop (Looper.java:313)
at android.app.ActivityThread.main (ActivityThread.java:8762)
at java.lang.reflect.Method.invoke
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:604)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1067)