-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how do you know "com.apple.wifi.linkdidchange" #22
Comments
You mean a notification that is sent when WiFi turns on or turns off? |
No, just like when android wifi is associating, it has a few states that would broadcast, for example authorization.what I want to know is what notification it will send when iOS wifi is associating. Because I found when association callback returns success, the wifi icon don't appear right now,likely it is doing something. 发自我的 iPad
|
Try |
I did use WiFiDeviceClientAssociateAsync and the callback show wifi was associating successfully . What i confused is why it would wait a few seconds to appear at top-left. And how do you know there is a notification called "com.apple.wifi.linkdidchange"? How can i find others? Thanks. |
Run the command |
I try strings MobileWiFi | grep "com.apple", but it just return ------ com.apple.wifid.queueis it right???(Though i do think so...) |
or can you help me find out all notifications of MobileWiFi? |
Sorry, not sure how you can find the other notifications. :( Maybe check the |
can't find the other notifications.....:( i found when the association callback return success, it was actually doing something, for example, getting the ip address. |
And how did you get *.h??? class_dump doesn't get it. I use nm MobileWiFi and find that there are a lot of 'information' that you didn't show in headers... |
I'm not really sure about the other issue you're experiencing. I don't know everything about the iOS WiFi. I didn't use class-dump, I manually reverse engineered the functions. |
hi, is there any "com.apple.wifi.***" that shows wifi's state? I found that after the wifi's association succeed, wifi icon would wait for seconds to show in the status bar...how do i know its truly time that everything is ready? wait for your answer...(poor english, sorry)
The text was updated successfully, but these errors were encountered: