-
Notifications
You must be signed in to change notification settings - Fork 0
Examples
wklm edited this page Mar 18, 2026
·
1 revision
Use these references to build your own integration quickly.
- Core README examples: https://github.com/wklm/ioswebble-sdk/blob/main/packages/core/README.md
- Detect README examples: https://github.com/wklm/ioswebble-sdk/blob/main/packages/detect/README.md
- React README examples: https://github.com/wklm/ioswebble-sdk/blob/main/packages/react-sdk/README.md
The public mirror does not currently publish a top-level examples/ directory, so the package READMEs are the best source of maintained examples.
- plain Web Bluetooth with
@ios-web-bluetooth/core - iOS Safari detection with
@ios-web-bluetooth/detect - React apps with
@ios-web-bluetooth/react - heart rate and battery-style profile examples
- Start with Getting Started
- Build a basic scan and connect flow from Core SDK
- Add install prompts from Extension Detection
- Add React hooks from React SDK if needed
- Add alerts from Background Sync only after the core flow works