Skip to content

Commencement-Technology/SwiftUI_SimpleBeacon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Beacon App in SwiftUI

This app includes the following

  • Make the device an iBeacon that is discoverable by others
    • Construct the iBeacon Info dictionary to advertise
  • Monitor other beacons with CLMonitor
  • Ranging beacons when monitor condition satisfied

For more details regarding to

  • General introduction on beacons
  • How is the info dictionary constructed
  • How to use CLMonitor to monitor specific conditions and handle events
  • Ranging Beacons
  • A short discussion on ranging beacons with Core Location vs finding general purpose BLE with Core Bluetooth

Please check out my blog SwiftUI: Let's Make A Simple Beacon App.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%