mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-18 14:24:19 +01:00
Update payment_notification.md
This commit is contained in:
@@ -107,4 +107,4 @@ Register the constructed URL with the Breez SDK By calling the register-payment-
|
|||||||
|
|
||||||
### Step 4: Handling notifications when the app isn't running
|
### Step 4: Handling notifications when the app isn't running
|
||||||
To ensure that your mobile application can handle payment notifications even when it is not actively running, specific implementations are required for both iOS and Android platforms. This involves waking up the app upon receiving a push notification, connecting with the Breez SDK, and then waiting for the payment to be fully received.
|
To ensure that your mobile application can handle payment notifications even when it is not actively running, specific implementations are required for both iOS and Android platforms. This involves waking up the app upon receiving a push notification, connecting with the Breez SDK, and then waiting for the payment to be fully received.
|
||||||
* For iOS, please follow the steps in [iOS NotificationServiceExtension](ios_NotificationServiceExtension.md)
|
* For iOS, please follow the steps in [iOS NotificationServiceExtension](ios_NotificationServiceExtension.md).
|
||||||
|
|||||||
Reference in New Issue
Block a user