Create Your First App
Register your mobile app in the Setgreet dashboard.
Create Your First App
An app in Setgreet represents your mobile application. You create one app, and it covers both iOS and Android -- a single App Key is used by both platform SDKs. Apps are the scope boundary for flows, analytics, and SDK configuration.
Create an app
- Open the Setgreet dashboard.
- Click Apps in the sidebar, then click Create App.
- Enter an App Name -- a display name for your app (e.g., "MyApp").
- Click Create.
Your new app appears in the apps list with a unique App Key.
Find your App Key
The App Key is the identifier you pass to the SDK when initializing Setgreet in your mobile project. You use the same App Key for both your iOS and Android apps. You will need it in the next step.
- Go to Apps in the sidebar.
- Click on your app to open its settings.
- Copy the App Key from the overview panel.
The App Key is safe to embed in your mobile app binary. It identifies your app but does not grant write access to your account.
One Setgreet app serves both iOS and Android. Whether you use native development or a cross-platform framework like React Native or Flutter, you only need one app. The SDK tracks platform-specific data (like SDK versions) automatically.
Next step
With your app created, install the Setgreet SDK in your mobile project.