SDK Release Matrix
Use this page to confirm the current publisher-facing package versions before starting an integration.
| Integration | Current public version | Install path | Notes |
|---|---|---|---|
| Android native | 1.1.0 | com.rapidoreach:cbofferwallsdk:1.1.0 from Maven Central | Recommended Android native path. |
| iOS native | 1.0.9 | CocoaPods pod 'RapidoReach', '~> 1.0.9' or Swift Package Manager | Use package RapidoReach, not the old RapidoReachSDK pod/import names. |
| Flutter | 1.1.2 | rapidoreach: ^1.1.2 from pub.dev | Android resolves native SDK 1.1.0; iOS sources are based on RapidoReach iOS 1.0.9. |
| React Native | 1.0.9 | npm install @rapidoreachsdk/react-native-rapidoreach | Android resolves native SDK 1.1.0; iOS resolves RapidoReach 1.0.9. |
| Unity | 1.1.0 | Unity package plus RapidoReach-1.1.0.aar | Replace all sample credentials with your own API token and generated RapidoReach UID. |
| Web iframe | Current hosted offerwall | https://www.rapidoreach.com/ofw/?userId=<UID> | Generate UID as internalUserId-appId-md5("internalUserId-appId-appKey"). |
Release Checklist
When publishing a new SDK version, update all of these in the same release:
- Public docs under
website/docs/sdk. - SDK repository README and package metadata.
- Example app dependency files.
- Support AI source data under
cbbackend/services/supportdataif install instructions changed. - The support knowledge index after docs/supportdata are updated.