chrome gcm notifications received, but not showed
See original GitHub issueit seems that chrome notifications are received, but not showed:
11-25 13:02:00.302 D/GmsGcmMcsInput(2732): Incoming message: DataMessageStanza{id=4CBDA87A, from=34167562045, category=com.android.chrome, app_data=[AppData{key=alert, value=ΓΚΟΛ! - Φουενλαμπράδα 29 λεπ 11-25 13:02:00.312 D/GmsGcmMcsSvc(2732): Target: ResolveInfo{3449dc4 com.android.chrome/com.google.android.gms.gcm.GcmReceiver m=0x108000} 11-25 13:02:00.396 E/cr_ChromeGcmListener(8661): Received an invalid GCM Message 11-25 13:02:00.396 E/cr_ChromeGcmListener(8661): java.lang.IllegalArgumentException: Received push message with no subtype 11-25 13:02:00.396 E/cr_ChromeGcmListener(8661): at bHz.<init>(SourceFile:8) 11-25 13:02:00.396 E/cr_ChromeGcmListener(8661): at boP.run(SourceFile:2) 11-25 13:02:00.396 E/cr_ChromeGcmListener(8661): at android.os.Handler.handleCallback(Handler.java:751) 11-25 13:02:00.396 E/cr_ChromeGcmListener(8661): at android.os.Handler.dispatchMessage(Handler.java:95) 11-25 13:02:00.396 E/cr_ChromeGcmListener(8661): at android.os.Looper.loop(Looper.java:154) 11-25 13:02:00.396 E/cr_ChromeGcmListener(8661): at android.app.ActivityThread.main(ActivityThread.java:6236) 11-25 13:02:00.396 E/cr_ChromeGcmListener(8661): at java.lang.reflect.Method.invoke(Native Method) 11-25 13:02:00.396 E/cr_ChromeGcmListener(8661): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891) 11-25 13:02:00.396 E/cr_ChromeGcmListener(8661): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781) 11-25 13:02:00.396 E/cr_ChromeGcmListener(8661): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:103)
I’m posting to chrome issues too
I’m running latest offlicial microg
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (3 by maintainers)
Ah, I see, it’s about “Notification Channels”. You’re right, microG does not (yet?) support them.
So you’ll have to wait until @mar-v-in or any contributor jumps in.
@mar-v-in is there any chance all we need to do to get this working is forward the
subtype
property from the fcm request?