For the complete documentation index, see llms.txt. This page is also available as Markdown.

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:

Dashboard releases are rolled out continuously and are not versioned publicly.

Last updated