phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

iOS push notification body using unknown conversion rate

Open robbiehanson opened this issue 2 years ago • 1 comments

If the conversion rate is unknown, it should fallback to displaying the amount in bitcoin units (depending on user's preferences).

robbiehanson avatar May 16 '22 14:05 robbiehanson

This should be fixed when https://github.com/ACINQ/phoenix/pull/280 is merged

robbiehanson avatar Aug 30 '22 12:08 robbiehanson

This should be fixed in the latest version available in the App Store.


Technical note: 99.9% of push notifications are now handled by the notification-service-extension. But if Phoenix happens to be running, and disconnected from the lightning server, then an incoming push notification may be handled by Phoenix (as opposed to the notification-service-extension), and this bug would still appear. This problem was fixed via 2670458, which consolidates the logic that creates the local notification content (i.e. title, body & badge). This should be available in the next (major) release: v1.6.0

robbiehanson avatar Dec 14 '22 15:12 robbiehanson