From a3c9b9a5f4d63d339bbe5cacae175b98f1d07e12 Mon Sep 17 00:00:00 2001 From: Roy Sheinfeld <31890660+kingonly@users.noreply.github.com> Date: Sun, 17 Dec 2023 16:53:33 +0200 Subject: [PATCH] Update payment_notification.md --- src/guide/payment_notification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/payment_notification.md b/src/guide/payment_notification.md index 4a68935..21fc280 100644 --- a/src/guide/payment_notification.md +++ b/src/guide/payment_notification.md @@ -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 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).