docs/doc/developer/apps/Submitting.mdx
Ready to share your app with the Omi community? Publishing is done directly through the Omi mobile app.
flowchart LR
D[Develop App] --> T[Test Thoroughly]
T --> S[Submit via App]
S --> R[Review Process]
R --> P[Published!]
| Check | Description |
|-------|-------------|
| **Functionality** | App works as described |
| **Guidelines** | Follows community guidelines |
| **Security** | No obvious security issues |
| **Endpoints** | Webhooks respond correctly (integration apps) |
| **Content** | Description is accurate and appropriate |
You'll receive a notification when your app is approved or if changes are needed.
1. **Broken webhooks** - Endpoint returns errors or times out
2. **Misleading description** - App doesn't do what it claims
3. **Missing permissions** - Requesting more access than needed
4. **Guideline violations** - Content issues
5. **Poor user experience** - Confusing or broken functionality
1. Review the feedback provided
2. Make necessary changes
3. Test thoroughly
4. Resubmit for review
There's no limit on resubmissions - we want to help you succeed!