This commit is contained in:
Roei Erez
2023-12-17 17:18:30 +02:00
parent a3c9b9a5f4
commit d5a05d8717
3 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
- [Sending spontaneous payments](guide/send_spontaneous_payment.md) - [Sending spontaneous payments](guide/send_spontaneous_payment.md)
- [Listing payments](guide/list_payments.md) - [Listing payments](guide/list_payments.md)
- [Receiving payments via mobile notifications](guide/payment_notification.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) - [Connecting to an LSP](guide/connecting_lsp.md)
- [Receiving an on-chain transaction](guide/receive_onchain.md) - [Receiving an on-chain transaction](guide/receive_onchain.md)
- [Sending an on-chain transaction](guide/send_onchain.md) - [Sending an on-chain transaction](guide/send_onchain.md)

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_notification_service_extension.md).