SDK DownloadsAPI reference · Home

Mobile SDK Downloads

Source archives for the topadroi mobile event SDKs. One lightweight SDK → server-side delivery of your events to the marketing channels you configure.

SDKs are pre-release (v0.1.0). Registry publishing (SwiftPM / Maven Central / npm / pub.dev) is coming soon; for now download the source and install from a local path. See the API & SDK reference for usage.

iOS — Swift Package

⬇ topadroi-sdk-ios-0.1.0.zip 23.6 KB

SHA-25631b104987f68f8f11bc72b5467e62b5b97643754e6cc71645f800c668a930684

Install from registry coming soon

.package(url: "https://github.com/ttkcben/topadroi-ios.git", from: "0.1.0")

Install from source (now)

Unzip, then in Xcode: File ▸ Add Package Dependencies… ▸ Add Local… and select the unzipped folder.

Android — Gradle / Maven

⬇ topadroi-sdk-android-0.1.0.zip 19.7 KB

SHA-256cde7dfd4ecbc96532701cc81d61d8f2ac44fad7c03ea84c92fa89798d09ff308

Install from registry coming soon

implementation("io.topadroi:sdk:0.1.0")

Install from source (now)

Unzip into your project; in settings.gradle.kts include the module, then implementation(project(":topadroi-sdk")) (depends on :core).

React Native

⬇ topadroi-sdk-react-native-0.1.0.zip 59.6 KB

SHA-25653ab595bd5b9462df4dfffb43c9d66cc808ceb49c67b91c5be3eec479890a5d3

Install from registry coming soon

npm install @topadroi/react-native

Install from source (now)

Unzip, then: npm install /path/to/topadroi-react-native (link the native iOS/Android cores — see README).

Flutter

⬇ topadroi-sdk-flutter-0.1.0.zip 13.6 KB

SHA-256d0b8501ac0fc0a9d5eeee4a08010e630d27d609a0517f034bcb2a963047744e5

Install from registry coming soon

topadroi_sdk: ^0.1.0

Install from source (now)

Unzip, then in pubspec.yaml: topadroi_sdk: { path: ../topadroi-flutter }.

API — Event JSON Schema (v1)

Request schema for POST /v1/mobile/events. Validate your payloads against it.

⬇ topadroi-event-schema-v1.json 4.4 KB

SHA-25602f538b9bf75467dd271dee86d8542f084dd44333ee3cc290794da6c2ab28236

→ Full API & SDK reference