PUSH notifications #9

Open
opened 2022-10-28 09:47:15 +00:00 by Lonami · 1 comment

The documentation for account.registerDevice states:

Register device to receive PUSH notifications

Apparently,

you need to chose android as type when creating the app on https://my.telegram.org/apps

As pointed out in the comments for tdlib: How do I use Firebase cloud messaging to receive push notifications. Unfortunately:

There is no way to change chosen platform after application is created.

The documentation for [`account.registerDevice`](https://core.telegram.org/method/account.registerDevice) states: > Register device to receive [PUSH notifications](https://core.telegram.org/api/push-updates) Apparently, > you need to chose android as type when creating the app on https://my.telegram.org/apps As pointed out in the comments for [tdlib: How do I use Firebase cloud messaging to receive push notifications](https://github.com/tdlib/td/issues/549#issuecomment-491530030). Unfortunately: > There is no way to change chosen platform after application is created.
Collaborator

https://f-droid.org/2022/12/18/unifiedpush.html

Telegram's type 10 web push might be the best way to implement this. We could host a proxy to forward notifications to UP servers.

https://f-droid.org/2022/12/18/unifiedpush.html Telegram's type 10 web push might be the best way to implement this. We could host a proxy to forward notifications to UP servers.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Lonami/Talaria#9
There is no content yet.