Determine whether iPhone is really connected to the internet or just behind a restricted hotspot

前端 未结 1 1677
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-05 16:52

I\'m having quite a lot of trouble on identifying rigorously the kind of network access an iPhone has. I have seen many questions like this one on StackOverflow but none of

相关标签:
1条回答
  • 2021-01-05 17:16

    The simplest method to check outbound connectivity is to GET Google's generate204 page and check the response code

    http://www.google.com/generate_204

    Or you can use

    http://www.apple.com/library/test/success.html which is the page the OS uses

    0 讨论(0)
提交回复
热议问题