List / Scan for available WiFis iPhone

后端 未结 3 521
感动是毒
感动是毒 2020-12-15 01:31

I\'m searching for a way to present available WiFis in an iPhone App. So far my research resulted in the following:

  • Apps that implement(ed) such a functionality
相关标签:
3条回答
  • 2020-12-15 02:17

    path has changed in 3.X and beyond, from :

    /System/Library/SystemConfiguration/Aeropuerto.bundle/Aeropuerto
    

    to:

    /System/Library/SystemConfiguration/IPConfiguration.bundle/IPConfifuration
    
    0 讨论(0)
  • 2020-12-15 02:24

    For a usage sample of iphone wireless, you can check following post,

    http://blog.guvenergokce.com/iphone-wireless-scanner-ios5/

    There you'll also find a sample project developed with XCode 4.2.

    As you have mentioned, this is only for research or private projects, we can not distribute.

    Good luck,

    Guvener

    0 讨论(0)
  • 2020-12-15 02:33

    Check this out. I have created a Repository in GitHub for that.

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