From d5a05d87172b6925ee41477b827be41118f86bf1 Mon Sep 17 00:00:00 2001 From: Roei Erez Date: Sun, 17 Dec 2023 17:18:30 +0200 Subject: [PATCH] fix menu --- src/SUMMARY.md | 1 + ...erviceExtension.md => ios_notification_service_extension.md} | 0 src/guide/payment_notification.md | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) rename src/guide/{ios_NotificationServiceExtension.md => ios_notification_service_extension.md} (100%) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 3aec556..99dad70 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -10,6 +10,7 @@ - [Sending spontaneous payments](guide/send_spontaneous_payment.md) - [Listing payments](guide/list_payments.md) - [Receiving payments via mobile notifications](guide/payment_notification.md) + - [iOS](guide/ios_notification_service_extension.md) - [Connecting to an LSP](guide/connecting_lsp.md) - [Receiving an on-chain transaction](guide/receive_onchain.md) - [Sending an on-chain transaction](guide/send_onchain.md) diff --git a/src/guide/ios_NotificationServiceExtension.md b/src/guide/ios_notification_service_extension.md similarity index 100% rename from src/guide/ios_NotificationServiceExtension.md rename to src/guide/ios_notification_service_extension.md diff --git a/src/guide/payment_notification.md b/src/guide/payment_notification.md index 21fc280..3cdcc8c 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_notification_service_extension.md).