Subscription Management Mode is the standard AppActor integration path. In this mode your app uses AppActor SDKs to:
  • fetch offerings
  • render your own paywall
  • purchase a package
  • restore or sync purchases
  • read customer entitlements
  • gate premium access from customer info

Required setup

Before using this mode, configure:
  • App Store Connect or Google Play products
  • AppActor entitlements
  • AppActor offerings
  • package slots such as monthly or annual
  • a public SDK key for the client app

Client contract

The app should treat customer info as the access contract. A successful purchase button tap is not enough; the entitlement state after validation is what should unlock premium behavior.

Recovery contract

Restore, sync, and queue drain have different roles. Wire each to the correct user or support flow instead of using one generic recovery button for everything.