Fictura
Stores

Google Play

There is no Play Console integration yet — here's exactly what Android support does and doesn't include today.

Honest scope

Fictura does not connect to the Google Play Console: no product management, no Play billing webhooks (RTDN), no Play-side configuration. Android billing events reach Fictura the same way iOS ones do — through RevenueCat webhooks, which report PLAY_STORE purchases like any other.

What Android gets today

  • The SDK. @fictura/sdk is React Native — paywalls, onboarding, events, error tracking and config refresh all run identically on Android. Device identity uses the SSAID via expo-application.
  • App Links. The links platform serves /.well-known/assetlinks.json for your domains — add your android_package and SHA-256 signing fingerprints on Dashboard → Links → Domains and Android deep links verify properly.
  • Deterministic install attribution. A link with a Play Store URL rides the Play Install Referrer, so creator and campaign installs on Android attribute exactly, not probabilistically.
  • Web checkout targeting can include Android, though the default is iOS-only — Play billing's ~4-point spread rarely justifies the flow change (see eligibility).

Push on Android works through the same Expo token flow as iOS — registerForPush() and done.

On this page