Has anyone tried turning MAC into iBeacon. I have done this for iOS device and want a similar independent app for MAC with some UI as well. I heard the new APIs on mavericks supports iBeacon and we can use them for UI purpose as well. Any pointers/sample code/documentation would be of great help.
Asked
Active
Viewed 5,481 times
4
2 Answers
3
Take a look at this project for some great sample code on how to achieve this in Mavericks: https://github.com/timd/MactsAsBeacon
It's based on the following blog post: http://www.blendedcocoa.com/blog/2013/11/02/mavericks-as-an-ibeacon/
Hope you find it useful!

James Frost
- 6,960
- 1
- 33
- 42
1
At Radius Networks, we just released a product that will provide you this functionality called MacBeacon. We hope you find it as useful a tool as we do in designing, testing and iterating on iBeacon-based solutions.

davidhelms
- 135
- 4
-
I see its a paid app with $9.99 price. Do you guys ship the code as well? – Abhinav Nov 15 '13 at 01:39
-
It is our product, so no, but this answer provide the basics of how to accomplish the same functionality http://stackoverflow.com/questions/19410398/turn-macbook-into-ibeacon/19990935#19990935 – davidhelms Nov 19 '13 at 02:55
-
why is this dead? – Ernest Zamelczyk Jul 10 '18 at 09:27