Is there is a way how app can be subscribed to WiFi connection events, even if app is not running (suspended or terminated)?
I know that in foreground NWPathMonitor can be used. I found this thread [https://developer.apple.com/forums/thread/685255], but subscribing for update location for wake up the app is not the case for me.
I'm also aware of silent push notification to wake the app, but still this is not related to network status change... Is there is any other, more proper, way to handle that?