-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ntf server ? #785
Comments
Check this out. I think it's a notification server. https://github.com/simplex-chat/simplexmq/blob/stable/rfcs/done/2022-03-22-nofication-server.md |
You cannot unfortunately self-host NTF server as it requires having our private key to push to iOS app. You can only use it if you make your own fork of the iOS app and have a different private key from Apple. Apple allows self-hosted push servers to push to managed devices - in theory, it's possible even for small teams of 10-15 people - we are considering adding support for such servers in the app if there will be sufficient demand from the teams, but it is unlikely to be free or in the short term. |
Hello, Ok ; thank you for this explanation. |
Is there any way to get notifications working when using personal (and internal) smp servers? (Meaning that default ones are removed). Testing on iOS devices I noticed that no notifications are being received 🤷 |
Only if you rebuild the iOS app with a different bundle ID and get key from Apple so your server can send you push notifications. |
Couldn't smp pass on the notifications to the public notification server, similarly as it is handled by Home Assistant and other software that enables notifications for apps connecting to private servers. |
Hello,
How to use, configure the ntf server and incorporate it with the smp server, the xftp server and simplex-chat ? I don't find doc about it.
Thank you for your help.
The text was updated successfully, but these errors were encountered: