Hi
I need to find a way to check if wifi / 3g are enabled. I don't need to check if they are connected to a network, just that they have not been disabled (like in fight mode)
My app relies heavily on adverts and I would like to be able to detect if a user is using fight mode to disable them. I dont mind if a user is out of range of a wifi / 3g signal, because at least they tried. But if a user tried to actively block my ad's by disabling all data connections then, I have a problem.
Application.NetworkReachability checks if it is connected to a network which is not suitable for this situation.
So I need to find a way to know if the wifi / 3g adapter is active only, not that it has connected to a network.
Any Ideas?
Thanks
↧