Closed zkrige closed 1 month ago
this might be relevant
[3728:4516:0920/111928.819:WARNING:push_messaging_service_factory.cc(30)] PushMessagingService could not be built because InstanceID is unexpectedly disabled
closing because the real issue is #8219
Issue Type
[x] Bug Report
[x] Successfully reproduced against the latest version of NW.js?
Operating System:Windows, it works fine on macos
NW.js Version:0.91.0
on 0.91.0 notifications work on macOS, but on windows I get
AbortError: Registration failed - push service not available
when fetching fcm tokenthen in my app
I get the error but only on windows
I run the app with chromeargs
--enable-features=NativeNotifications --enable-gcm
I notice electron has a workaround using this package https://github.com/MatthieuLemoine/electron-push-receiver - Is something similar available for nw.js?