ACINQ / phoenix

Phoenix is a self-custodial Bitcoin wallet using Lightning to send/receive payments.
https://phoenix.acinq.co
Apache License 2.0
662 stars 96 forks source link

Display warning if watchtower is disabled #351

Closed robbiehanson closed 1 year ago

robbiehanson commented 1 year ago

We recently improved the handling of iOS notification permissions (PR #345) because "background app refresh" is no longer a requirement for background payments. However "background app refresh" IS required for the watchtower task that runs every few days.

So this PR adds a warning about it, with information about how to fix it.

  

If the user taps the "Fix it" button, they're taken directly to the settings screen in iOS where they can re-enable "background app refresh" for Phoenix.

robbiehanson commented 1 year ago

Fixes issue #341