Skip to content

Core Basic Features Overview

Mr.P edited this page Aug 29, 2026 · 2 revisions

Basic Features Overview

Welcome to the Basic Features documentation for the AIBuds SDK. This section covers fundamental operations you can perform with your AIBuds device.

Available Features

Browse the generated Wiki navigation for the pages in this section.

Getting Started

To get started with the AIBuds SDK, follow these steps:

  1. Install the SDK - Integrate AIBuds.xcframework into your iOS project
  2. Initialize the SDK - Set up the SDK with your API credentials
  3. Connect to Device - Establish a connection with your AIBuds device
  4. Explore Features - Use the APIs documented in this section to interact with your device

Key Concepts

Device Management

  • Power Management: Control device power state with power-off
  • Pairing Management: Manage device pairing relationships with unpair-device
  • Factory Reset: Reset device to factory settings with factory-reset
  • Media Storage: Use formatStorage to delete all device media after explicit user confirmation; the API delegates to the existing delete-all-media operation rather than issuing a separate filesystem-format command

Error Handling

All operations include comprehensive error handling. Refer to each API's documentation for specific error codes and recovery suggestions.

Platform Considerations

Be aware of platform-specific limitations, such as iOS Bluetooth unpairing restrictions. Each feature documentation includes platform-specific notes where applicable.

AIBuds SDK iOS Wiki

Clone this wiki locally