Create an application
An application represents a project that uses the Pillow SDK. Each application has its own set of API keys and tracks installations and sessions independently across web, iOS, and Android. For web, the current browser SDK package is@trypillow/web.
How to organize your apps
Applications are platform-agnostic. A single app works across web, iOS, and Android. Instead of splitting by platform, create one app per environment:| Recommended | Not recommended |
|---|---|
| Acme Prod | Acme iOS |
| Acme Staging | Acme Android |
| Acme Web + Mobile | Acme Web |
Generate an API key
Each application can have multiple API keys. You need at least one to initialize the SDK.Manage keys
- Revoke an active key to permanently disable it. Any SDK installations using that key will stop working.
- Delete a revoked key to remove it from the list.
What’s next?
Web
Install
@trypillow/web and present your first study on the web.iOS
Install and present your first study on iOS.
Android
Install and present your first study on Android.