TheDocumentation Index
Fetch the complete documentation index at: https://docs.kontext.so/llms.txt
Use this file to discover all available pages before exploring further.
Example directory in the SDK repo ships a working UIKit demo you can run end-to-end against your own publisher token.
Clone and configure
Example scheme on a simulator or device.
ExampleSecrets.swift lives at the repo root (not inside Example/) and is gitignored, so your token won’t be committed. The Xcode project references it at ../../ExampleSecrets.swift; if the file is missing the build fails clearly — copy the .example template before opening Xcode.publisherToken placeholder (YOUR_PUBLISHER_TOKEN) won’t return real ads — replace it with your token from the publisher dashboard.
What you should see
After launch, the demo presents a chat interface with seeded user + assistant messages. As you send a message, the SDK fires/preload in the background and renders an ad below the assistant’s reply.