iphone SDK detect Wifi and Carrier network

后端 未结 5 1369
遇见更好的自我
遇见更好的自我 2020-12-13 00:54

my app accesses the internet and i just want to detect whether there is a connection either via wifi or via carrier data network or not

apple has made an example for

5条回答
  •  伪装坚强ぢ
    2020-12-13 01:45

    That sample is exactly what you need.

    Look at Reachability.m. it'll tell you whether you have any connection, and then tell you what kind of connection you have.

提交回复
热议问题