Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Iterable Android SDK

This is the source repository for the Iterable Android SDK.

## SDK Version

To find the latest released version, read `CHANGELOG.md` — the first `## [x.y.z]` entry after `## [Unreleased]` is the latest stable release. Always use this version — never hardcode or assume a version number.

Maven coordinates (use the version from CHANGELOG.md):
- `com.iterable:iterableapi:<version>` — core SDK
- `com.iterable:iterableapi-ui:<version>` — UI components (inbox, in-app)

## For Agents Integrating the SDK

If you are integrating the Iterable Android SDK into an app, **read `docs/ai/integration-guide.md` before writing any code**. It contains step-by-step instructions, critical gotchas, and traps that will save hours of debugging.

## Project Structure

- `iterableapi/` — Core SDK module
- `iterableapi-ui/` — UI module (in-app, inbox, embedded)
- `sample-apps/` — Sample integrations
- `docs/ai/` — AI agent guides
Loading
Loading