Quick Start
Welcome to the Azeoo SDK documentation. This guide will help you get started quickly.
Overviewβ
The Azeoo SDK is available for multiple platforms. Choose your platform below to access platform-specific installation and quick start guides.
Choose your platformβ
| Platform | Description | Get started |
|---|---|---|
| Android | Native Kotlin SDK for Android apps | Overview Β· Quick Start Β· Installation |
| iOS | Native Swift SDK for iOS apps | Overview Β· Quick Start Β· Installation |
| Flutter | Cross-platform Flutter SDK | Overview Β· Quick Start Β· Installation |
| React Native | Cross-platform React Native SDK | Overview Β· Quick Start Β· Installation |
You can also switch platforms at any time using the platform selector in the sidebar when viewing platform-specific docs.
Quick stepsβ
- Choose your platform β Use the table above or the platform selector in the sidebar
- Install the SDK β Follow the installation guide for your platform
- Get your API key β Get your SDK token from the Azeoo Client Platform
- Initialize the SDK β Call the SDK with your API key and options (see your platform's quick start)
- Connect a user β Call
connect(userId, token)once the user is authenticated - Start building β Use the nutrition and training modules and explore the available features
Next Stepsβ
- Concepts & Architecture β Architecture β Understand the SDK structure and components.
- Concepts & Architecture β Concepts β Core concepts (initialization, authentication, theming, etc.).
- Downloads & install sources β Current download links for Android AAR, React Native (Bitbucket), and iOS SPM.
- Installation by platform β Detailed installation (Android example; use sidebar for other platforms).