Changelog
User-visible changes to the Amply SDKs and dashboard.
Latest releases
iOS SDK — 0.5.0
Android SDK — 0.5.0 (published to Maven Central as
tools.amply:sdk-android:0.5.0)React Native SDK — 0.5.0
0.5.0
All platforms (iOS · Android · React Native).
Mediated-gate contract — campaigns can now be gated on an outcome your app controls.
track— fire-and-forget event tracking, unchanged from earlier releases.trackGated— tracks an event and suspends the caller until the campaign action at that moment resolves; lets the app await a campaign's outcome (for example, a rewarded ad completing) before continuing its own flow.registerGate— registers a named gate your app exposes; Amply uses it to attach outcome-bearing actions to the moments you declare.
See Gating an action for the concept and Gating actions for the SDK integration.
Install steps and compatibility notes are in the Quickstart and Developer Guide.
See full history
Complete release notes, including older versions and bug-fix releases, live on GitHub:
React Native SDK — github.com/amply-tools/amply-react-native/releases
Kotlin / Android SDK — published to Maven Central under
tools.amply:sdk-android; release notes are attached to the matching tags on GitHub.
Dashboard releases are rolled out continuously and are not versioned publicly.
Related
Quickstart — install the current SDK
Developer Guide — SDK reference
Last updated