I have developed Android application where I am catching beacon signal on the bases of MAC Address... Currently I have to develop same in IOS using Swift, In Swift I am not able to get MAC Address but if I start doing by UUID my server side whole logic get changed because in server I am using same Database and same program to parse t . Is there any way to get MAC address in ibeacon.
Asked
Active
Viewed 569 times
1
-
May be this will help you? https://stackoverflow.com/questions/29163110/how-to-get-the-wifi-mac-address-on-iphone-in-swift – DJ-Glock Oct 27 '17 at 09:24
-
Would you mind sharing the solution if you happened to find it? – inigo333 Dec 01 '17 at 13:50
-
1@inigo333 I just tried to find out solution and got some information that even if i manage to get mac address using some third party api then actually i am violating the rule and app store will not accept my app. so now i am trying to do using major and minor value . If you find some solution please share.. – Gokul Dec 03 '17 at 07:37