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)}
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)}