Google's service include GCM can not access in my country.Can Service Worker push notification without gcm in chrome? Or if some hack technique can implement this?
相关问题
- Plugin with id 'com.google.gms.google-services
- google-drive can't get push notifications
- Non-static method isGooglePlayServicesAvailable an
- PWAs on iOS 12 no longer shares Service Worker cac
- Gcm phone_registration_error
相关文章
- How can I add media attachments to my push notific
- Checking for service worker updates in a single pa
- How to open current activity which is open while c
- Does the apple push notification distribution cert
- How posting One Signal notification's addition
- App not showing Notification receiving FCM when th
- Uncaught (in promise) DOMException: Quota exceeded
- iOS Push Notifications with empty aps dictionary
Chrome now also uses Firebase Cloud Messaging as its Push Service, which may be available in your country. You could also use a third party Push Notification platform. These would still need to access GCM or FCM but they might have some ways to get access in restricted areas. Just do a search for "push notification third party" to get a list of them.
Also see this answer and this one for more information. Be aware they are outdated, but the concepts are the same.