Here are sample apps that show how to build apps that can communicate over Bluetooth Low Energy.
Prerequisites:
- XCode 11 or higher
- iOS 12 or higher
- Cocoapods
Running the iOS BluetoothChat:
- Clone this repo with
git clone https://github.com/getditto/bluetooth-blog-tutorial
- In terminal go to:
cd iOS/App
- Run
pod install --repo-update
- Open up
BluetoothChat.xcworkspace
- Run the app on 2 or more physical devices, the simulator is not recommended.
Coming Soon!