The listener is triggered even when the app is on the background for Android devices. However, on iOS (iPhone 8, iOS 13.7) no change in the netInfo is seen by the listener when app is in background. Is it the normal and expected behavior, or do I need to add some additional code for iOS?
Just to note that I am not talking about executing task when the app is completely shut down, but that it is simply put in the background.
basically is IOS devices cannot detect online/offline states while app is in background?