Create an app
An app is what the SDK talks to. Two minutes.
- 1
Sign in
Go to app.appwin.io. No organisation yet? Creating one is the first screen.
- 2
Create the app
App switcher → New app. Three fields:
- Name - also the default header of the community feed, so use the name your users know
- Bundle identifier -
com.yourstudio.yourapp, or the AndroidapplicationId. It links store data to this app. - Colour - the accent your SDK screens start from, changeable any time
- 3
Turn on what you need
SDK in the sidebar, then flip the switches. New apps start with everything off - a feed appearing in production on deploy day is not a good surprise.
Turning a product on puts nothing on screen. The SDK hands you a view; where it goes in your navigation is your call.
The dashboard now shows your App ID - the one value your mobile code needs.