Skip to main content

Enable Subscription Service

Register / Login

After registering and logging in to the dashboard, a default project is created with subscription information. The default project is on the Free plan (most effects available, output always watermarked). Plan details: Plans.
Dashboard Subscription Info

Bind Application Information

The SDK checks that the running app matches the identifiers bound in the Dashboard:
  • iOS / macOS: Bundle ID (e.g. com.example.app)
  • Android: Application package name (e.g. com.example.app)
  • Windows: Application name or executable file name
  • Linux: Application name or package name
  • Web: Application domain (e.g. example.com)
  • Flutter: bind both the iOS Bundle ID and the Android package name
Click “Edit Project” on the dashboard, choose the identifier type for each platform you ship, and save.
Console Edit Project

Subscribe to a Plan

Click “Subscribe” on the “Your Subscription” card:
  1. Billing cycle: Monthly or Yearly (Yearly is about 20% off — 12 months for the price of 10).
  2. Plan: Free, Basic, Pro, or Pro+. See Plans for what each includes.
  3. Pay: Confirm the order summary and complete payment with Stripe.
Console Subscription Plan

Get AppID and AppKey

On the Dashboard AppID & AppKey card, copy appId and appKey.
Console AppID & AppKey
Native apps can authenticate with appId + appKey, or with a licenseToken (license token string, {token} JSON, or offline .lic file contents). Web must not embed appKey in frontend JavaScript. Details: License & Auth.