You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this plugin is deprecated but for the time bring I cannot change backend code to FCM so I was wondering if anyone was able to make this work with the new background execution requirements on android oreo? As it is, my app is crashing with te message:
java.lang.IllegalStateException: Not allowed to start service Intent { act=com.google.android.c2dm.intent.RECEIVE flg=0x1000010 pkg=br.com.myapp cmp=br.com.myapp/pushnotification.plugin.PushNotificationGcmListener (has extras) }: app is in background uid UidRecord{fbab522 u0a247 RCVR bg:+6m55s244ms idle change:uncached procs:1 seq(0,0,0)}
The text was updated successfully, but these errors were encountered:
I know this plugin is deprecated but for the time bring I cannot change backend code to FCM so I was wondering if anyone was able to make this work with the new background execution requirements on android oreo? As it is, my app is crashing with te message:
java.lang.IllegalStateException: Not allowed to start service Intent { act=com.google.android.c2dm.intent.RECEIVE flg=0x1000010 pkg=br.com.myapp cmp=br.com.myapp/pushnotification.plugin.PushNotificationGcmListener (has extras) }: app is in background uid UidRecord{fbab522 u0a247 RCVR bg:+6m55s244ms idle change:uncached procs:1 seq(0,0,0)}
The text was updated successfully, but these errors were encountered: