Mobile SDKs
Voidhash client SDKs for React Native, Swift, and Kotlin.
Voidhash ships three client SDKs for entitlements, feature flags, analytics, and observer-mode transaction reporting. Every SDK talks to the same project schema and submits observed store transactions for revenue analytics without taking ownership from the host billing integration.
Initial release is observer-only
SDK-started purchases and hosted paywalls are temporarily unavailable. The commerce implementations remain in the packages for a later launch, but the public clients cannot enable or invoke them yet.
| SDK | Platforms | Store integration |
|---|---|---|
| React Native | iOS, Android | StoreKit 2 and Google Play Billing through native modules |
| Swift | iOS | StoreKit 2 |
| Kotlin | Android | Google Play Billing |
Pick your platform
React Native
Expo development builds and bare React Native apps on iOS and Android.
Swift
Native iOS apps with StoreKit 2. Requires iOS 15+.
Kotlin
Native Android apps with Google Play Billing. Requires minSdk 23+.
Choose your platform above, then connect a store in Store setup or Connect Google Play.