SDK Downloads

All Keme Support SDK packages are available for direct download below. Each SDK is also available via its native package manager — use the install commands shown on each card for the fastest setup. All packages target SDK version 1.2.0, released June 15, 2026.

Note:Production SDK packages require a valid SDK key. Use the sandbox environment for testing without a live key. Set environment: "sandbox" in your SDK configuration to point at https://sandbox.api.kemegames.com/v1.

Agent Workspace App

The Keme agent app is an installable Progressive Web App (PWA) that lets your support team triage and reply to tickets from a phone or tablet — no app store required. It shares the same inbox, threads, and status workflow as the desktop workspace, and delivers push notifications for new and assigned tickets. Available on the Growth and Scale plans.

Keme Agent (PWA)
iOS · Android · installable from the browser
Reply to tickets on the go
Push notifications
Assign, status & canned replies

To install: open the link above on your device, sign in with your agent credentials, then choose Add to Home Screen (iOS Safari: Share → Add to Home Screen · Android Chrome: menu → Install app). Enable notifications from the bell icon in the inbox to receive push alerts.

SDK Packages

Download a package directly or use your platform's native package manager. The install commands below show the recommended integration path for each platform.

Android SDK
Kotlin / Java
v1.2.0
Released
June 15, 2026
File size
2.4 MB
Gradle (build.gradle.kts)
1// settings.gradle.kts — add Keme Maven repo
2dependencyResolutionManagement {
3 repositories {
4 maven { url = uri("https://maven.kemegames.com/releases") }
5 }
6}
7
8// app/build.gradle.kts — add dependency
9dependencies {
10 implementation("com.kemegames:support-android:1.2.0")
11}
iOS SDK
Swift
v1.2.0
Released
June 15, 2026
File size
3.1 MB
Swift Package Manager / CocoaPods
1// Package.swift — Swift Package Manager
2dependencies: [
3 .package(
4 url: "https://github.com/kemegames/keme-support-swift.git",
5 from: "1.2.0"
6 )
7],
8targets: [
9 .target(
10 name: "YourTarget",
11 dependencies: ["KemeSupport"]
12 )
13]
14
15// CocoaPods (Podfile)
16pod 'KemeSupport', '~> 1.2.0'
Unity SDK
C#
v1.2.0
Released
June 15, 2026
File size
8.7 MB(includes editor tools)
Unity Package Manager (manifest.json)
1// Add to Packages/manifest.json
2{
3 "dependencies": {
4 "com.kemegames.support": "https://github.com/kemegames/keme-support-unity.git#1.2.0"
5 }
6}
7
8// Or via the UPM window:
9// Window → Package Manager → + → Add package from git URL:
10// https://github.com/kemegames/keme-support-unity.git#1.2.0
Unreal Engine SDK
C++ / Blueprints
v1.2.0
Released
June 15, 2026
File size
12.3 MB
Manual Plugin Installation
1# 1. Extract the plugin archive
2unzip KemeSupport-UE5-1.2.0.zip -d "YourProject/Plugins/KemeSupport"
3
4# 2. Add to YourProject.uproject
5{
6 "Plugins": [
7 { "Name": "KemeSupport", "Enabled": true }
8 ]
9}
10
11# 3. Regenerate project files and rebuild
12# Right-click .uproject → Generate Visual Studio Project Files
JavaScript SDK
TypeScript / JS
v1.2.0
Released
June 15, 2026
File size
156 KB(minified)
Package Manager
1# npm
2npm install @keme/support-js@1.2.0
3
4# yarn
5yarn add @keme/support-js@1.2.0
6
7# pnpm
8pnpm add @keme/support-js@1.2.0
Sample Projects
All Platforms
v1.2.0
Released
June 15, 2026
File size
45 MB
Sample Bundle Contents
1# Extract the sample bundle
2unzip keme-samples-all-1.2.0.zip
3
4# Contents:
5# samples/android-demo/
6# samples/ios-demo/
7# samples/unity-demo/
8# samples/js-web-demo/
9# samples/README.md

Release Notes

A summary of changes across all SDK platforms for each release version. For detailed per-platform changelogs, see the individual SDK guide pages.

VersionRelease DateChanges
1.2.0June 15, 2026Improved AI Copilot integration, iOS 18 support, performance improvements across all SDKs
1.1.2April 3, 2026Bug fixes, Unreal Engine 5.4 support, memory leak fix in Android SDK
1.1.0February 12, 2026Webhooks support, analytics events API, Unity editor improvements
1.0.0November 1, 2025Initial public release — Android, iOS, Unity, Unreal Engine, and JavaScript SDKs

Checksums

Verify the integrity of downloaded packages against the SHA-256 checksums below. Run sha256sum <filename> on Linux/macOS or Get-FileHash <filename> -Algorithm SHA256 on Windows and compare the output to the values below.

PackageFilenameSHA-256
Android SDKkeme-support-android-1.2.0.zipa3f8c2d1e4b7960f5281ca4e9d3b7f0e1a2c5d8e7f4b3a2c1d0e9f8a7b6c5d4e
iOS SDKKemeSupport-1.2.0.zipb4e9d3c2f1a8071e6392db5f0a4c8e1f2b3d6e9f8a7c4b3e2d1f0a9b8c7d6e5f
Unity SDKkeme-support-unity-1.2.0.zipc5f0e4d3a2b9182f7403ec6a1b5d9f2e3c4e7f0a9b8d5c4e3f2a1b0c9d8e7f6a
Unreal Engine SDKKemeSupport-UE5-1.2.0.zipd6a1f5e4b3c0293e8514fd7b2c6e0a3f4d5f8a1b0c9e6d5f4e3b2a1d0e9c8b7a
JavaScript SDKkeme-support-js-1.2.0.zipe7b2a6f5c4d1304f9625ae8c3d7f1b4e5f6a9b2c1d0f7e6a5f4c3b2e1d0a9b8c
Sample Projectskeme-samples-all-1.2.0.zipf8c3b7a6d5e2415a0736bf9d4e8a2c5f6e7b0c3d2e1a8f7b6e5d4c3f2a1b0e9d

Sample Projects

Each sample project demonstrates a complete Keme Support SDK integration on its target platform. Clone from GitHub or download the ZIP to get started immediately. Samples are kept in sync with the latest SDK release.

Android Demo Game

A complete Android game project demonstrating in-game support widget integration, ticket creation flow, AI Copilot surface, and push notification handling for support updates.

KotlinJetpack ComposeKeme Android SDK 1.2.0
iOS Demo Game

A SwiftUI iOS project showing full Keme SDK setup with support overlay, ticket history view, deferred deep linking from support notifications, and sandbox environment configuration.

SwiftSwiftUIKemeSupport 1.2.0
Unity Integration Sample

A Unity 2022 LTS project that demonstrates the Keme support panel, custom theming via ScriptableObject, Blueprint event triggers, and editor-time SDK configuration tools included in the package.

C#Unity 2022 LTScom.kemegames.support 1.2.0
JavaScript Web Demo

A Next.js web application demonstrating the JavaScript SDK — floating support widget, headless mode integration, webhook event logging, and full TypeScript type coverage.

TypeScriptNext.js 14@keme/support-js 1.2.0
Tip:All sample projects include a .env.example or platform-equivalent configuration file. Copy it to .env.local and fill in your SDK key and App ID from the Keme dashboard to run the sample against your own tenant.
Last updated: June 15, 2026Edit this page