One of our builds were recently cleared by Google and is live on the Play Store. There have been a lot of crashes that point to something in the Google Analytics plugin. The developer console diagnostics highlighted this as a new problem in the most recent build.
The stacktrace is below and I was wondering if there’s something that’s changed recently in this plugin because we have not changed anything in our code. Anyone else also experiencing this?
java.lang.IllegalArgumentException:
at android.app.PendingIntent.checkFlags (PendingIntent.java:382)
at android.app.PendingIntent.getBroadcastAsUser (PendingIntent.java:673)
at android.app.PendingIntent.getBroadcast (PendingIntent.java:660)
at com.google.android.gms.internal.gtm.zzbv.zzfe (Unknown Source:52)
at com.google.android.gms.internal.gtm.zzbv.cancel (Unknown Source:54)
at com.google.android.gms.internal.gtm.zzbv.zzaw (Unknown Source:4)
at com.google.android.gms.internal.gtm.zzan.zzag (Unknown Source:7)
at com.google.android.gms.internal.gtm.zzap.<init> (Unknown Source:67)
at com.google.android.gms.internal.gtm.zzap.zzc (Unknown Source:82)
at com.google.android.gms.analytics.GoogleAnalytics.getInstance (Unknown Source:15)
at plugin.googleAnalytics.CoronaGoogleAnalytics.get (CoronaGoogleAnalytics.java:105)
at plugin.googleAnalytics.CoronaGoogleAnalytics.init (CoronaGoogleAnalytics.java:51)
at plugin.googleAnalytics.LuaLoader$1.run (LuaLoader.java:88)
at android.os.Handler.handleCallback (Handler.java:938)
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:8669)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:571)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1135)