host.exp.exponent.referrer.InstallReferrerReceiver.onReceive

Please provide the following:

  1. SDK Version: 45
  2. Platforms(Android/iOS/web/all): Android/iOS
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Looking at my Crashes and ANRs page in Play Console, I see this error:

host.exp.exponent.referrer.InstallReferrerReceiver.onReceive
java.lang.IllegalArgumentException

with type:
java.lang.RuntimeException
and stack:

Exception java.lang.RuntimeException:
  at android.app.ActivityThread.handleReceiver (ActivityThread.java:4486)
  at android.app.ActivityThread.access$1900 (ActivityThread.java:253)
  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2198)
  at android.os.Handler.dispatchMessage (Handler.java:106)
  at android.os.Looper.loopOnce (Looper.java:233)
  at android.os.Looper.loop (Looper.java:344)
  at android.app.ActivityThread.main (ActivityThread.java:8191)
  at java.lang.reflect.Method.invoke (Method.java)
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:584)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1034)
Caused by java.lang.IllegalArgumentException:
  at android.app.PendingIntent.checkFlags (PendingIntent.java:378)
  at android.app.PendingIntent.getBroadcastAsUser (PendingIntent.java:648)
  at android.app.PendingIntent.getBroadcast (PendingIntent.java:635)
  at com.google.android.gms.internal.gtm.zzbv.zzfe (zzbv.java)
  at com.google.android.gms.internal.gtm.zzbv.cancel (zzbv.java)
  at com.google.android.gms.internal.gtm.zzbv.zzaw (zzbv.java)
  at com.google.android.gms.internal.gtm.zzan.zzag (zzan.java)
  at com.google.android.gms.internal.gtm.zzap.<init> (zzap.java)
  at com.google.android.gms.internal.gtm.zzap.zzc (zzap.java)
  at com.google.android.gms.analytics.CampaignTrackingReceiver.onReceive (CampaignTrackingReceiver.java)
  at host.exp.exponent.referrer.InstallReferrerReceiver.onReceive (InstallReferrerReceiver.kt:21)
  at android.app.ActivityThread.handleReceiver (ActivityThread.java:4470)

Don’t seem to find anything online for it… Does anyone know what this could be?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.