IBeacon

Last updated • 9 min readFrom Wikipedia, The Free Encyclopedia

Smartphone detecting an iBeacon transmitter Beacons by jnxyz.education (13570846665).jpg
Smartphone detecting an iBeacon transmitter

iBeacon is a protocol developed by Apple and introduced at the Apple Worldwide Developers Conference in 2013. [1] Various vendors have since made iBeacon-compatible hardware transmitters – typically called beacons  – a class of Bluetooth Low Energy (BLE) devices that broadcast their identifier to nearby portable electronic devices. The technology enables smartphones, tablets and other devices to perform actions when in proximity to an iBeacon. [2] [3]

Contents

iBeacon is based on Bluetooth low energy proximity sensing by transmitting a universally unique identifier [4] picked up by a compatible app or operating system. The identifier and several bytes sent with it can be used to determine the device's physical location, [5] track customers, or trigger a location-based action on the device such as a check-in on social media or a push notification.

iBeacon can also be used with an application as an indoor positioning system, [6] [7] [8] which helps smartphones determine their approximate location or context. With the help of an iBeacon, a smartphone's software can approximately find its relative location to an iBeacon in a store. Brick and mortar retail stores use the beacons for mobile commerce, offering customers special deals through mobile marketing, [9] and can enable mobile payments through point of sale systems.

Another application is distributing messages at a specific Point of Interest, for example a store, a bus stop, a room or a more specific location like a piece of furniture or a vending machine. This is similar to previously used geopush technology based on GPS, but with a much reduced impact on battery life and better precision.

iBeacon differs from some other location-based technologies as the broadcasting device (beacon) is only a 1-way transmitter to the receiving smartphone or receiving device, and necessitates a specific app installed on the device to interact with the beacons. This ensures that only the installed app (not the iBeacon transmitter) can track users as they walk around the transmitters.

iBeacon compatible transmitters come in a variety of form factors, including small coin cell devices, USB sticks, and generic Bluetooth 4.0 capable USB dongles. [10]

An assortment of iBeacons from different vendors An assortment of iBeacon from different vendors.jpg
An assortment of iBeacons from different vendors

Functions

An iBeacon deployment consists of one or more iBeacon devices that transmit their own unique identification number to the local area. Software on a receiving device may then look up the iBeacon and perform various functions, such as notifying the user. Receiving devices can also connect to the iBeacons to retrieve values from iBeacon's GATT (generic attribute profile) service. iBeacons do not push notifications to receiving devices (other than their own identity). However, mobile software can use signals received from iBeacons to trigger their own push notifications. [11]

Region monitoring

Region monitoring (limited to 20 regions on iOS) can function in the background (of the listening device) and has different delegates to notify the listening app (and user) of entry/exit in the region - even if the app is in the background or the phone is locked. Region monitoring also allows for a small window in which iOS gives a closed app an opportunity to react to the entry of a region.

Ranging

As opposed to monitoring, which enables users to detect movement in-and-out of range of the beacons, ranging provides a list of beacons detected in a given region, along with the estimated distance from the user's device to each beacon. [12] Ranging works only in the foreground but will return (to the listening device) an array (unlimited) of all iBeacons found along with their properties (UUID, etc.) [13]

An iOS device receiving an iBeacon transmission can approximate the distance from the iBeacon. The distance (between transmitting iBeacon and receiving device) is categorized into 3 distinct ranges: [14]

An iBeacon broadcast has the ability to approximate when a user has entered, exited, or lingered in region. Depending on a customer's proximity to a beacon, they are able to receive different levels of interaction at each of these three ranges. [15]

The maximum range of an iBeacon transmission will depend on the location and placement, obstructions in the environment and where the device is being stored (e.g. in a leather handbag or with a thick case). Standard beacons have an approximate range of 70 meters. Long range beacons can reach up to 450 meters.

Settings

The frequency of the iBeacon transmission depends on the configuration of the iBeacon and can be altered using device specific methods. Both the rate and the transmit power have an effect on the iBeacon battery life. iBeacons come with predefined settings and several of them can be changed by the developer, including the rate, the transmit power, and the Major and Minor values. The Major and Minor values are settings which can be used to connect to specific iBeacons or to work with more than one iBeacon at the same time. Typically, multiple iBeacon deployment at a venue will have the same UUID, and use the major and minor pairs to segment and distinguish subspaces within the venue. For example, the Major values of all the iBeacons in a specific store can be set to the same value and the Minor value can be used to identify a specific iBeacon within the store.

Power consumption

Comparison of 16 major beacon hardware of battery life in months (higher is better) by Aislelabs' The Hitchhikers Guide to iBeacon Hardware New Battery Life of iBeacons.png
Comparison of 16 major beacon hardware of battery life in months (higher is better) by Aislelabs' The Hitchhikers Guide to iBeacon Hardware

The Bluetooth LE protocol is significantly more power efficient than Bluetooth Classic. Several chipsets makers, including Texas Instruments [17] and Nordic Semiconductor now supply chipsets optimized for iBeacon use. Power consumption depends on iBeacon configuration parameters of advertising interval and transmit power. A study on 16 different iBeacon vendors reports that battery life can range between 1–24 months. Apple's recommended setting of 100 ms advertising interval with a coin cell battery provides for 1–3 months of life, which increases to 2–3 years as advertising interval is increased to 900 ms. [18]

Battery consumption of the phones is a factor that must be taken into account when deploying beacon-enabled apps. A recent report has shown that older phones tend to draw more battery in the vicinity of iBeacons, while the newer phones can be more efficient in the same environment. [19] In addition to the time spent by the phone scanning, number of scans and number of beacons in the vicinity are also significant factors for battery drain, as pointed out by the Aislelabs report. [20] In a follow-up report, Aislelabs found a drastic improvement in battery consumption for iPhone 5s, iPhone 5c versus the older model iPhone 4s. At 10 surrounding iBeacons, iPhone 4s can consume up to 11% of battery per hour whereas iPhone 5s consumes a little less than 5% battery per hour. [21] An energy efficient iBeacon application needs to consider these aspects in order to strike a good balance between app responsiveness and battery consumption.

History and developments

In mid-2013 Apple introduced iBeacons and experts wrote about how it is designed to help the retail industry by simplifying payments and enabling on-site offers. On December 6, 2013, Apple activated iBeacons across its 254 US retail stores. [22] McDonald's has used the devices to give special offers to consumers in its fast-food stores. [9]

As of May 2014, different hardware iBeacons can be purchased for as little as $5 per device to more than $30 per device. [23] Each of these different iBeacons have varying default settings for their default transmit power and iBeacon advertisement frequency. Some hardware iBeacons advertise at frequencies as low as 1 Hz while others can be as high as 10 Hz.

iBeacon technology is still in its infancy. One well-reported software quirk exists on 4.2 and 4.3 Android systems whereby the system's bluetooth stack crashes when presented with many iBeacons. [24] This was reportedly fixed in Android 4.4.4. [25]

Technical details

Bluetooth low energy devices can operate in an advertisement mode to notify nearby devices of their presence. [26] In the simplest form, an iBeacon is a Bluetooth low energy device emitting advertisements following a strict format, that being an Apple-defined iBeacon prefix, followed by a variable UUID, and a major, minor pair. [27] An example iBeacon advertisement frame could look like:

fb0b57a2-8228-44cd-913a-94a122ba1206 Major 1 Minor 2

where fb0b57a2-8228-44cd-913a-94a122ba1206 is the UUID. Since iBeacon advertising is just an application of the general Bluetooth Low Energy advertisement, the above iBeacon can be emitted by issuing the following commands on Linux to a supported Bluetooth 4 Low Energy device on a modern kernel: [28]

(Set LE Advertising Parameters) hcitool -i hci0 cmd 0x08 0x0006 a0 00 a0 00 03 00 00 00 00 00 00 00 00 07 00  ############################### a0 00: Minimum Advertisement Interval (16-bit Little Endian) (0.625ms* 00 a0) ##################################### a0 00: Maximum Advertisement Interval (16-bit Little Endian) (0.625ms* 00 a0)
(Set LE Advertisement Data) hcitool -i hci0 cmd 0x08 0x0008 1E 02 01 06 1A FF 4C 00 02 15 FB 0B 57 A2 82 28 44 CD 91 3A 94 A1 22 BA 12 06 00 01 00 02 D1 00  ############################### 1E: Number of total ADV bytes, cannot be more than 1F, (31 bytes max BLE advertisement length)  ################################## 02 01 06 1A FF 4C 00 02 15: Apple's iBeacon advertising prefix
(LE Advertisement Enable) hcitool -i hci0 cmd 0x08 0x000a 01

For the retransmission interval setting (first of above commands) to work again, the transmission must be stopped with:

(LE Advertisement Disable) hcitool -i hci0 cmd 0x08 0x000a 00

Devices running the Android operating system prior to version 4.3 can only receive iBeacon advertisements but cannot emit iBeacon advertisements. Android 5.0 ("Lollipop") added the support for both central and peripheral modes. [29]

BLE advertisement packet structure byte map

Byte 0-2: Standard BLE Flags (Not necessary but standard)

 Byte 0: Length :  0x02  Byte 1: Type:     0x01 (Flags)  Byte 2: Value:    0x06 (Typical Flags 0b00000110) (LE General Discoverable Mode, BR/EDR Not Supported)

Byte 3-29: Apple Defined iBeacon Data

 Byte 3: Length:             0x1a (Of the following section)  Byte 4: Type:               0xff (Custom Manufacturer Data)  Byte 5-6: Manufacturer ID : 0x4c00 (Apple's Bluetooth SIG registered company code, 16-bit Little Endian)  Byte 7: SubType:            0x02 (Apple's iBeacon type of Custom Manufacturer Data)  Byte 8: SubType Length:     0x15 (Of the rest of the iBeacon data; UUID + Major + Minor + TXPower)  Byte 9-24: Proximity UUID        (Random or Public/Registered UUID of the specific beacon)  Byte 25-26: Major                (User-Defined value)  Byte 27-28: Minor                (User-Defined value)  Byte 29: Measured Power          (8 bit Signed value, ranges from -128 to 127, use Two's Complement to "convert" if necessary, Units: Measured Transmission Power in dBm @ 1 meters from beacon) (Set by user, not dynamic, can be used in conjunction with the received RSSI at a receiver to calculate rough distance to beacon)

Android iBeacon Support

Unlike iOS, Android does not have native iBeacon support. Due to this, to use iBeacon on Android, a developer either has to use an existing library or create code that parses BLE packets to find iBeacon advertisements. BLE support was introduced in Android Jelly Bean with major bug fixes in Android KitKat. Stability improvements and additional BLE features have been progressively added there after, with a major stability improvement in version 6.01 of Android Marshmallow that prevents inter-app connection leaking.

Spoofing

By design, the iBeacon advertisement frame is plainly visible. This leaves the door open for interested parties to capture, copy and reproduce the iBeacon advertisement frames at different physical locations. This can be done simply by issuing the right sequence of commands to compatible Bluetooth 4.0 USB dongles. Successful spoofing of Apple store iBeacons was reported in February 2014. [30] This is not a security flaw in the iBeacon per se, but application developers must keep this in mind when designing their applications with iBeacons.

PayPal has taken a more robust approach, where the iBeacon is purely the start of a complex security negotiation (Challenge–response authentication). This is not likely to be hacked, nor is it likely that it would be disrupted by copies of beacons. [31]

Listening for iBeacon can be achieved using the following commands with a modern Linux distribution:

hcitool -i hci0 lescan --passive --duplicates D6:EE:D4:16:ED:FC (unknown) F6:BE:90:32:3C:5E (unknown) ...

On another terminal, launch the protocol dump program:

hcidump -R -i hci0 > 04 3E 2A 02 01 00 01 FC ED 16 D4 EE D6 1E 02 01 06 1A FF 4C   00 02 15 B9 40 7F 30 F5 F8 46 6E AF F9 25 55 6B 57 FE 6D ED   FC D4 16 B6 B4 ...

See Bluetooth Core Spec. Volume 4, Part E, 7.7.65.2: LE Meta Event::LE Advertising Report Sub-Event, for details on the hcidump output.

The MAC address of the iBeacon along with its iBeacon payload is clearly identifiable. The sequence of commands in technical details can then be used to reproduce the iBeacon frame.

Compatible devices

Comparable technologies

Even though the NFC environment is very different, and has many non-overlapping applications, it still compares with iBeacons.

The NFC range is up to 20 cm (7.87 inches) but the optimum range is less than 4 cm (1.57 inches). iBeacons have a significantly higher range.

Not all phones carry NFC chips. Apple's first iPhone model containing NFC chips was the iPhone 6, introduced September 2014, but most modern phones have had Bluetooth 4.0 or later capability for several years prior to this.

See also

Related Research Articles

<span class="mw-page-title-main">Bluetooth</span> Bluetooth is a short-range wireless technology standard

Bluetooth is a short-range wireless technology standard that is used for exchanging data between fixed and mobile devices over short distances and building personal area networks (PANs). In the most widely used mode, transmission power is limited to 2.5 milliwatts, giving it a very short range of up to 10 metres (33 ft). It employs UHF radio waves in the ISM bands, from 2.402 GHz to 2.48 GHz. It is mainly used as an alternative to wired connections to exchange files between nearby portable devices and connect cell phones and music players with wireless headphones.

Proximity marketing is the localized wireless distribution of advertising content associated with a particular place. Transmissions can be received by individuals in that location who wish to receive them and have the necessary equipment to do so.

Bluetooth advertising is a method of mobile marketing that utilizes Bluetooth technology to deliver content such as message, information, or advertisement to mobile devices such as cellular phones or tablet computers. Bluetooth advertising can also be received via laptop or personal digital assistants (PDAs).

<span class="mw-page-title-main">Key finder</span> Electronic device to locate lost objects

Key finders, also known as keyfinders, key locators, or electronic finders, are small electronic devices fitted to objects to locate them when misplaced or stolen, such as keys, luggage, purses, wallets, pets, laptop computers, toddlers, cellphones, equipment, or tools, and to transmit alerts, e.g., that one's restaurant table is ready or a nurse is needed. Some key finders beep or flash lights on demand.

Bluetooth Low Energy is a wireless personal area network technology designed and marketed by the Bluetooth Special Interest Group aimed at novel applications in the healthcare, fitness, beacons, security, and home entertainment industries. Compared to Classic Bluetooth, Bluetooth Low Energy is intended to provide considerably reduced power consumption and cost while maintaining a similar communication range.

This is a comparison of mobile operating systems. Only the latest versions are shown in the table below, even though older versions may still be marketed.

<span class="mw-page-title-main">Apple Wallet</span> Digital wallet platform by Apple

Apple Wallet is a digital wallet developed by Apple Inc. and included with iOS and watchOS that allows users to store Wallet passes such as coupons, boarding passes, student ID cards, government ID cards, business credentials, resort passes, car keys, home keys, event tickets, public transportation passes, store cards, and – starting with iOS 8.1 – credit cards, and debit cards for use via Apple Pay.

iOS 7 2013 mobile operating system

iOS 7 is the seventh major release of the iOS mobile operating system developed by Apple Inc., being the successor to iOS 6. It was announced at the company's Worldwide Developers Conference on June 10, 2013, and was released on September 18 of that year. It was succeeded by iOS 8 on September 17, 2014.

<span class="mw-page-title-main">Control Center (Apple)</span> iOS, iPadOS, macOS feature

Control Center is a feature of Apple Inc.'s iOS, iPadOS, macOS, and visionOS operating systems. It was introduced as part of iOS 7, released on September 18, 2013. In iOS 7, it replaces the control pages found in previous versions. It gives iOS and iPadOS devices direct access to important settings for the device by swiping down from the top right corner on the iPhone X and newer, and on all iPad models starting with iOS 12 or iPadOS, with previous models using a swipe from the bottom of the screen. It is similar to the SBSettings tweak for iOS jailbreaking. Control Center was also added to Macs in macOS 11 Big Sur, released on November 12, 2020.

<span class="mw-page-title-main">Tile (company)</span> American consumer electronics company

Tile is an American consumer electronics company which produces tracking devices that users can attach to their belongings such as keys and backpacks. A companion mobile app for Android and iOS allows users to track the devices using Bluetooth 4.0 in order to locate lost items or to view their last detected location. The first devices were delivered in 2013. In September 2015, Tile launched a newer line of hardware that includes functionality to assist users in locating smartphones, as well as other feature upgrades. In August 2017, two new versions of the Tile were launched, the Tile Sport and Tile Style. As of 2019, Tile's hardware offerings consist of the Pro, Mate, Slim, and Sticker.

<span class="mw-page-title-main">Microsoft Band</span> Smartwatch by Microsoft

Microsoft Band is a discontinued smart band with smartwatch and activity tracker/fitness tracker features, created and developed by Microsoft. It was announced on October 29, 2014. The Microsoft Band incorporates fitness tracking and health-oriented capabilities and integrated with Windows Phone, iOS, and Android smartphones through a Bluetooth connection. On October 3, 2016, Microsoft stopped sales and development of the line of devices. On May 31, 2019, the Band's companion app was decommissioned, and Microsoft offered a refund for customers who were lifelong active platform users.

Eddystone was a Bluetooth Low Energy beacon profile released by Google in July 2015. In December 2018 Google stopped delivering both Eddystone and Physical Web beacon notifications. The Apache 2.0-licensed, cross-platform, and versioned profile contained several frame types, including Eddystone-UID, Eddystone-URL, and Eddystone-TLM. Eddystone-URL was used by the Physical Web project, whereas Eddystone-UID was typically used by native apps on a user's device, including Google's first party apps such as Google Maps.

Bluetooth beacons are hardware transmitters — a class of Bluetooth Low Energy (LE) devices that broadcast their identifier to nearby portable electronic devices. The technology enables smartphones, tablets and other devices to perform actions when in close proximity to a beacon.

Beacons are small devices that enable relatively accurate location within a narrow range. Beacons periodically transmit small amounts of data within a range of approximately 70 meters, and are often used for indoor location technology. Compared to devices based on Global Positioning System (GPS), beacons provide more accurate location information and can be used for indoor location. Various types of beacons exist, which can be classified based on their type of Beacon protocol, power source and location technology.

<span class="mw-page-title-main">Find My Device</span> Asset tracking app and service

Find My Device is an asset tracking service provided by Google to remotely trace, locate and wipe devices that are compatible with the Find My Device network. It was initially launched on the 2nd of August 2013.

<span class="mw-page-title-main">Find My</span> Asset tracking app

Find My is an asset tracking service made by Apple Inc. that enables users to track the location of iOS, iPadOS, macOS, watchOS devices, AirPods, AirTags, and a number of supported third-party accessories through a connected iCloud account. Users can also show their GPS locations to others with Apple devices and can view the location of others who choose to share their location. Find My was released alongside iOS 13 on September 19, 2019, merging the functions of the former Find My iPhone and Find My Friends into a single app. On watchOS, Find My is separated into three different applications: Find Devices, Find People and Find Items.

<span class="mw-page-title-main">AirTag</span> Apple tracking device for finding lost items

AirTag is a tracking device developed by Apple. AirTag is designed to act as a key finder, which helps people find personal objects. To locate lost items, AirTags use Apple's crowdsourced Find My network, estimated in early 2021 to consist of approximately one billion devices worldwide that detect and anonymously report emitted Bluetooth signals. AirTags are compatible with any iPhone, iPad, or iPod Touch device capable of running iOS/iPadOS 14.5 or later, including iPhone 6S or later. Using the built-in U1 chip on iPhone 11 or later, users can more precisely locate items using ultra-wideband (UWB) technology. AirTag was announced on April 20, 2021, made available for pre-order on April 23, and released on April 30.

<span class="mw-page-title-main">Exposure Notification</span> Initiative for mobile device-based privacy-preserving contact tracing

The (Google/Apple) Exposure Notification System (GAEN) is a framework and protocol specification developed by Apple Inc. and Google to facilitate digital contact tracing during the COVID-19 pandemic. When used by health authorities, it augments more traditional contact tracing techniques by automatically logging close approaches among notification system users using Android or iOS smartphones. Exposure Notification is a decentralized reporting protocol built on a combination of Bluetooth Low Energy technology and privacy-preserving cryptography. It is an opt-in feature within COVID-19 apps developed and published by authorized health authorities. Unveiled on April 10, 2020, it was made available on iOS on May 20, 2020 as part of the iOS 13.5 update and on December 14, 2020 as part of the iOS 12.5 update for older iPhones. On Android, it was added to devices via a Google Play Services update, supporting all versions since Android Marshmallow.

<span class="mw-page-title-main">Olio Model One</span> Discontinued smartwatch sold from 2015 to 2016 by the now defunct Olio Devices, Inc.

The Olio Model One is a discontinued smartwatch sold from 2015 to 2016 by the now defunct Olio Devices, Inc.

<span class="mw-page-title-main">TCN Protocol</span> Proximity contact tracing protocol

The Temporary Contact Numbers Protocol, or TCN Protocol, is an open source, decentralized, anonymous exposure alert protocol developed by Covid Watch in response to the COVID-19 pandemic. The Covid Watch team, started as an independent research collaboration between Stanford University and the University of Waterloo was the first in the world to publish a white paper, develop, and open source fully anonymous Bluetooth exposure alert technology in collaboration with CoEpi after writing a blog post on the topic in early March.

References

  1. "iOS: Understanding iBeacon". Apple Inc. February 2015.
  2. "Bfonics Inc". Bfonics.com. Archived from the original on November 8, 2014. Retrieved November 10, 2014.
  3. "Beacons: Everything you need to know". Pointrlabs.com. January 18, 2015. Retrieved April 15, 2015.
  4. "iBeacons". Dave Addey. September 22, 2013. Archived from the original on December 3, 2013. Retrieved December 11, 2013.
  5. "Inside iOS 7: iBeacons enhance apps' location awareness via Bluetooth LE". Forums.appleinsider.com. June 18, 2013. Retrieved December 11, 2013.
  6. "iBeacon Bible" (PDF). Andy Cavallini. Retrieved January 1, 2014.
  7. "Apple iBeacons Explained – Smart Home Occupancy Sensing Solved?". Automated Home. October 3, 2013. Retrieved December 11, 2013.
  8. "iBeacon- The game changer in InStore Navigation". Archived from the original on October 31, 2014. Retrieved December 11, 2013.
  9. 1 2 "Apple iBeacons Find Their Way Into McDonald's". Forbes. December 18, 2014.
  10. "Overview piBeacon DIY iBeacon with a Raspberry Pi Adafruit Learning System" . Retrieved May 14, 2014.
  11. "Push Notifications for Visitors". MyOrpheo. November 4, 2014. Archived from the original on August 5, 2017. Retrieved October 26, 2016.
  12. "What are region Monitoring and Ranging?". estimote.com. Retrieved August 26, 2015.
  13. "Charles Capps - iBeacon in the background". Stackoverflow.com. Retrieved November 10, 2014.
  14. "What is a Beacons Range Video Tutorial". YouTube. Retrieved November 10, 2014.
  15. "What are the nominal distances for iBeacon "Far", "Near", and "Immediate"". Stackoverflow.com. Retrieved May 19, 2014.
  16. "The Hitchhikers Guide to iBeacon Hardware: A Comprehensive Report by Aislelabs". Aislelabs. November 3, 2014. Retrieved November 3, 2014.
  17. Dignan, Larry (April 14, 2014). "TI's support of Apple's iBeacon adds enterprise, IoT heft". ZD Net. Retrieved October 26, 2016.
  18. "Best iBeacon hardware crowned following extensive stress tests". 9to5 mac. November 3, 2014. Retrieved November 3, 2014.
  19. "Retailers are excited about beacons, but how fast will they drain your smartphone battery?". GIGAOM. July 9, 2014. Archived from the original on July 12, 2014. Retrieved July 9, 2014.
  20. "iBeacon and Battery Drain on Phones: A Technical Report". Aislelabs. July 9, 2014. Retrieved July 9, 2014.
  21. "iBeacon Battery Drain on Apple vs Android: A Technical Report - Aislelabs". Aislelabs. August 14, 2014. Retrieved August 14, 2014.
  22. "Apple launches iBeacon in 254 stores to streamline shopping experience". ZDNet. Retrieved December 18, 2013.
  23. "Building Cross-Platform iBeacon Apps for iOS, Android and Windows with C# and Xamarin". April 24, 2014. Retrieved May 14, 2014.
  24. "A Solution for Android Bluetooth Crashes". Developer.radiusnetworks.com. Retrieved May 14, 2014.
  25. "Android Issue Tracker" . Retrieved March 25, 2015.
  26. "How do iBeacons work? Blog of Adam Warski". Warski.org. January 13, 2014. Retrieved May 14, 2014.
  27. "What is iBeacon? A guide to iBeacon". ibeacon.com. Archived from the original on March 18, 2015. Retrieved April 20, 2014.
  28. "Is there a way to increase BLE advertisement frequency in BlueZ?". Stackoverflow.com. Retrieved May 14, 2014.
  29. "SDK will let Android users join the iBeacon party". MobilePaymentsToday.com. October 11, 2013. Archived from the original on December 12, 2013. Retrieved December 11, 2013.
  30. "android - How to prevent spoofing of iBeacons? - Stack Overflow". Stackoverflow.com. Retrieved May 14, 2014.
  31. "Bluetooth Low Energy, Beacons and Retail - VeriFone Systems, Inc" (PDF). Global.verifone.com. Archived from the original (PDF) on November 10, 2014. Retrieved June 3, 2014.
  32. "iOS: Understanding iBeacon". Apple Inc. December 4, 2013. Retrieved March 13, 2014.
  33. "How to Configure your iPhone as an iBeacon Transmitter". Bluetoothbeacons.com. Archived from the original on March 17, 2014. Retrieved February 17, 2014.
  34. "Bluetooth low energy overview". Google Inc. Retrieved November 9, 2019.