On Android 8 (Oreo), while the application has been shutdown, upon receipt of a push message and selecting, a runtime exception is thrown preventing push message from being displayed on device.
If app is running in the foreground or background the push message user experience is as expected.
{code: java javascript } java.lang.RuntimeException: Unable to start receiver com.google.firebase.iid.FirebaseInstanceIdReceiver: java.lang.IllegalStateException: Not allowed to start service Intent { act=com.google.firebase.MESSAGING_EVENT pkg=... (has extras) }: app is in background uid UidRecord{9078fd9 u0a148 RCVR idle procs:1 seq(0,0,0)} {code} |
|