Hi,
We are currently working on a baby monitor app that utilizes NEAppPushProvider
to deliver push notifications since we can't rely on an internet connection.
Similar to the example, we are adding and removing the matchSSIDs
of NEAppPushManager
to start and stop the extension for activating and deactivating notifications during monitoring. It works as expected.
However, we now want to detect if the device loses the Wi-Fi connection, and I'm struggling to determine how to distinguish between intentional changes to matchSSIDs and an actual loss of connection.
Is there another method to halt the extension?
Thanks in advance!