responsys

FirebaseInstallationsException on latest version

拈花ヽ惹草 提交于 2020-06-16 06:45:32
问题 Every time I update my app's Firebase dependencies to anything more recent than the Feb. 27 2020 update, I start seeing this exception when I run my app: 04-29 18:21:58.170 3314 3541 E Firebase-Installations: Firebase Installations can not communicate with Firebase server APIs due to invalid configuration. Please update your Firebase initialization process and set valid Firebase options (API key, Project ID, Application ID) when initializing Firebase. 04-29 18:21:58.177 3314 3543 E

Getting crash on JobIntentService onComplete

隐身守侯 提交于 2019-11-30 17:22:03
问题 I am getting following crash reports for Android 8, but I could not find a reason or fix for this: java.lang.IllegalArgumentException: Given work is not active: JobWorkItem{id=1 intent=Intent { act=com.google.android.c2dm.intent.RECEIVE flg=0x1000010 pkg=com.xxx.android cmp=com.xxx.android/com.pushio.manager.PushIOGCMIntentService (has extras) } dcount=1} at android.app.job.JobParameters.completeWork(JobParameters.java:221) at android.support.v4.app.JobIntentService$JobServiceEngineImpl