Adopture Docs
Getting Started

Create Your App

Create a new app in the Adopture dashboard and get your API key.

Before you can start tracking analytics, you need to register your app in the Adopture dashboard. This gives you an App Key that the SDK uses to send events to the right place.

Step 1: Sign In

Go to app.adopture.com and sign in to your account. If you don't have one yet, you can create a free account from the sign-in page.

Step 2: Create a New App

Click the New App button on your dashboard. You'll be prompted to provide:

  • App name — A display name for your app (e.g., "My Weather App" or "Homzie Production").
  • Platform — Select the platform your app runs on: iOS, Android, Flutter, React Native, or Other.

Step 3: Copy Your App Key

After creating your app, you'll be shown your App Key. It follows the format:

ak_XXXXXXXXXXXXXXXXXXXXXXXX

The key is a ak_ prefix followed by 24 alphanumeric characters.

Copy this key and keep it somewhere accessible. You'll need it when initializing the SDK in your app.

Important Notes

  • Your App Key is used to identify your app when sending events. It is safe to include in client-side code.
  • You can regenerate your App Key at any time from your app's Settings page. However, regenerating it immediately invalidates the previous key, so make sure to update your SDK configuration before releasing a new build.
  • Each app in Adopture has its own key and its own isolated data.

Next Step

With your App Key in hand, head over to the Flutter SDK guide to install and initialize the SDK.

On this page