Update payment_notification.md

This commit is contained in:
Roy Sheinfeld
2023-12-17 16:53:33 +02:00
committed by GitHub
parent 093fc28826
commit a3c9b9a5f4

View File

@@ -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).