App Listing Content¶
The content merchants see in the App Store. Provide these when you submit your app so the listing is complete and reviewable.
Required¶
- App name — unique and descriptive.
- App icon / logo — square; a clean icon without seasonal or promotional text.
- Category — pick the closest fit; used for App Store filtering.
- Short description — 1-2 sentences on what the app does.
Recommended¶
- Screenshots — desktop and mobile views of the app in use, each with a
short caption. (Provided as a list of
{ label, url }.) - Pricing — set a price (or
0for free) and currency (BDTdefault). Paid apps go through checkout before install. - Version — semver; bump it on each resubmission so merchants see updates.
Review checklist¶
Before submitting, confirm:
- [ ] App URL, Redirect URL, Webhooks URL are all https and publicly reachable.
- [ ] Requested permissions are the minimum you actually use.
- [ ] Subscribed events are all from the allowlist.
- [ ] Your webhooks endpoint verifies the HMAC signature (see App Configuration -> Webhooks).
- [ ] Icon and description contain no placeholder text.
See App Distribution & Lifecycle for what happens after you submit.