NoGoolag
4.54K subscribers
13.2K photos
6.93K videos
587 files
14.1K links
Download Telegram
OpenPush - A Free, Decentralized Push Messaging Framework for Android

Push messages are an essential part of connected mobile devices. They are also one of the critical missing pieces in the open source Android ecosystem. Until now, free Android apps would either need to implement their own push notification system, do without any push messaging or use the proprietary Google Cloud Messaging service.

OpenPush is a self-hosted, free alternative push messaging implementation which can either run alongside or as a replacement to FCM.

👉🏼 Read more:
https://f-droid.org/en/2020/02/03/openpush-talk.html


📡 @NoGoolag
#openpush #push #fcm #gcm #notifications #opensource #microg
FCM/push messaging troubleshooting

Go to microG settings > Google Cloud Messaging and check if the app is connected.

if no:

- Log in your Google account

- Try wiping data for the app

- Before restoring a backup, first restore the app only (without data) and start it to register the app. After that you can restore the data.

- If on NanoDroid, use this command for all apps or for a given appname (e.g. com.nianticlabs.pokemongo)
-- nutl -r
or
-- nutl -r [appname]

If yes:

- Ensure you don't have an adblocker blocking the domain mtalk.google.com

If you can't get any app to register for Google Cloud Messaging, try dialing this:

*#*#2432546#*#*
or
*#*#CHECKIN#*#*


From: https://gitlab.com/Nanolx/NanoDroid/tree/master#issues


📡 @NoGoolag
#push #fcm #gcm #fix #problems