Skip to content
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

Receive native OS push notification alerts #6

Open
devinbileck opened this issue Sep 22, 2021 · 0 comments
Open

Receive native OS push notification alerts #6

devinbileck opened this issue Sep 22, 2021 · 0 comments
Labels
a:feature New functionality or behavior on:mobile Targets the mobile platforms (Android, iOS)

Comments

@devinbileck
Copy link
Member

devinbileck commented Sep 22, 2021

The Bisq application is able to be configured to send native OS push notifications of important events to a paired mobile app. This is the only functionality of the existing mobile app and we should be able to implement the same behavior with minimal effort.

Note that this relies on Apple's APNS service for iOS and Google's FCM service for Android and will not work on some custom Android OS's that do not provide Google Play services such as CalyxOS or GrapheneOS. An alternative approach will need to be implemented to support those and is outside the scope of this task - see #7.

We should be able to utilize the existing mobile relay node to send iOS and Android push notifications without any changes required to the service.

Todo:

  • Receive and display notifications of the following events:
    • price alert
    • new offer
    • offer taken
    • trade status changed
    • dispute message
@devinbileck devinbileck added on:iOS Targets the iOS platform on:android Targets the Android platform a:task Something that needs to be done labels Sep 22, 2021
@devinbileck devinbileck added on:mobile Targets the mobile platforms (Android, iOS) a:feature New functionality or behavior needs:ux design UX design work is needed before implementing the UI and removed on:iOS Targets the iOS platform on:android Targets the Android platform a:task Something that needs to be done needs:ux design UX design work is needed before implementing the UI labels Sep 22, 2021
@devinbileck devinbileck mentioned this issue Nov 1, 2021
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:feature New functionality or behavior on:mobile Targets the mobile platforms (Android, iOS)
Projects
None yet
Development

No branches or pull requests

1 participant