使用ios平台查找可用的wifi网络,而无需使用私有框架?(包括答案​​)

Sho*_*ari 6 iphone objective-c wifi ios

我找到了许多关于"所有可用的WIFI连接(不仅仅是连接的WIFI)"的链接,最后得出结论,开发者只允许获取连接的WIFI网络.

这里是我在RND期间发现的一些事实可能还有其他帮助:

APPLE introduces MobileWIFI.Framework (private FRAMEWORK ) TO fetch
all available WIFI but it is only works on Jail-Break devices , if
any application use this framework then it would be rejected .
(Mobilewifi.framework allow developer to check how one can populate
wifi list in ios )

MobileWIFI framework is the replacement of existing private
framework.

I found there were few apps earliar which uses private framework to
populate wifi (all available wifi list) and also goes on live but
now they all have been removed .

Even One can not show all nearby device which uses wifi (only
possible through private API) and we can't use it in our
application.
Run Code Online (Sandbox Code Playgroud)

因此,我要求所有成员就此提出建议.如果有任何方法我们可以在我们的申请中实施这样的概念.(就RND而言,似乎在当前版本的iOS中它是不可能的,但希望在下一个版本中,开发者可以灵活地完成所有这些工作.)

还有一件事,iPhone设备如何列出所有可用的WIFI网络,这意味着它使用内部私有API但不为开放者开放.如果错的话,Plz纠正我.

请提出建议.