0
How to detect wifi network change in iOS when the app is in background and suspended states?
I want the iOS app to be notified whenever there is a change in network. For eg: I want the app to be notified when the device switches from WiFi-1 to WiFi-2. The app will be published on App Store.
I tried using Hotspot Helper for this. It works perfectly. But in order to use Hotspot Helper we need to get an entitlement from Apple. Apple provides that entitlement only if we are creating hotspots which is not in our case. So, we cannot use Hotspot Helper.