-
Notifications
You must be signed in to change notification settings - Fork 126
Mac Address: 02:00:00:00:00:00 #1
Comments
after IOS 7 you get the same address ------------------ 原始邮件 ------------------ 主题: [ALSystemUtilities] Mac Address: 02:00:00:00:00:00 (#1) My Mac Address is showing "Mac Address: 02:00:00:00:00:00" in my log file. I have imported the framework and tested with various other configs you have and they work fine. and code NSLog(@"Mac Address: %@", [ALNetwork macAddress]); iPhone 5S, 7.0.4, Jailbroken (NO MAC filter/Fake Location apps) — |
Yes, I noticed it.. I have to fix it in some way, I have only to find the time to do it :) |
It would seem that iOS7 onwards - Apple has prevented grabbing the MAC Address - no doubt there is a way hidden within Private Frameworks somewhere - but I doubt if Apple would approve any app that utilised said "private" methods. |
We are all aware of what Apple has done here, but I would also appreciate a reliable method to get real MAC Address on lowest level possible, even if private API's are used. For testing and debugging purposes, this could be handy. |
so now can anyOne get real MAC Address after iOS7?Please help me ,thanks a lot... |
@andrealufino so you find the way to solve the Problem??? |
after iOS 7.0 you never use mac address,it will return the same in diff devices,try uuid
|
My Mac Address is showing "Mac Address: 02:00:00:00:00:00" in my log file.
I have imported the framework and tested with various other configs you have and they work fine.
and code
NSLog(@"Mac Address: %@", [ALNetwork macAddress]);
iPhone 5S, 7.0.4, Jailbroken (NO MAC filter/Fake Location apps)
Xcode 5.02 - Building 7.0.4 -32 Bit (Non 64 Bit) Build for App
The text was updated successfully, but these errors were encountered: