There is an app Blynkmyplant, I am interested in one of the functionality that this app can do, whereas my iOS app is not allowed to do. When blynkmyplant app open iOS settings and user changes Wi-Fi network, a local notification is displayed up immediately. How can this app monitor network change in background?
Apple reachability does not work in background, I have already tried it, also tried SCNetwork but does not seem to work in my iOS application. I have searched everywhere but all answers says that in background we cannot listen to network changes, my app has background modes also, but still cannot get network change block called.