Skip to content

Examples

wklm edited this page Mar 18, 2026 · 1 revision

Examples

Use these references to build your own integration quickly.

Example Sources

The public mirror does not currently publish a top-level examples/ directory, so the package READMEs are the best source of maintained examples.

Good Starting Points

  • 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

Suggested Learning Path

  1. Start with Getting Started
  2. Build a basic scan and connect flow from Core SDK
  3. Add install prompts from Extension Detection
  4. Add React hooks from React SDK if needed
  5. Add alerts from Background Sync only after the core flow works

Clone this wiki locally