Skip to main content
App Store Connect is Apple’s official portal for managing your app on the App Store. It provides first-party analytics, A/B testing, and data that no third-party tool can access. URL: appstoreconnect.apple.com API Docs: developer.apple.com/app-store-connect/api

What It Provides

App Store Connect is the source of truth for your app’s performance.

Analytics (Free)

MetricDescriptionUsed By
ImpressionsTimes your app appeared in search/browseaso-audit, ab-test-store-listing
Product Page ViewsUsers who visited your product pagescreenshot-optimization, ab-test-store-listing
Conversion RateViews → Downloadsaso-audit, ab-test-store-listing
App UnitsFirst-time downloadsapp-analytics, ua-campaign
ProceedsRevenue after Apple’s cutmonetization-strategy, app-analytics
SessionsApp opensretention-optimization, app-analytics
Active DevicesUnique devicesapp-analytics
RetentionDay 1, 7, 28retention-optimization
Crash RateCrashes per sessionapp-analytics

Source Types

Understand where your downloads come from:
SourceDescription
App Store SearchUser searched and found you
App Store BrowseUser found you browsing charts/categories
App ReferralUser came from another app
Web ReferralUser came from a website link

Product Page Optimization (A/B Testing)

Built-in A/B testing for:
  • App icon (up to 3 variants)
  • Screenshots (up to 3 variants)
  • App preview video (up to 3 variants)
See the ab-test-store-listing skill for detailed A/B testing guidance.

Custom Product Pages

Create up to 35 custom product pages with unique:
  • Screenshots
  • App preview videos
  • Promotional text
Each gets a unique URL for targeted campaigns.

Key Actions for ASO

Metadata Updates

  • Update title, subtitle, keyword field with each version
  • Update description and screenshots anytime
  • Update promotional text without app review

In-App Events

  • Create events that appear on Today tab and search
  • Schedule up to 10 events at a time
  • Types: challenge, competition, live event, major update, premiere, special event

App Review Responses

  • Respond to user reviews directly
  • Responses are public and visible to all users

API Access

For automated workflows, use the App Store Connect API:
# 1. Go to App Store Connect → Users and Access → Keys
# 2. Create new API key with appropriate permissions
# 3. Download the .p8 private key file
# 4. Note the Key ID and Issuer ID

Useful API Endpoints

EndpointPurpose
/v1/apps/{id}/appStoreVersionsVersion management
/v1/apps/{id}/customerReviewsRead reviews
/v1/apps/{id}/customerReviewResponsesRespond to reviews
/v1/apps/{id}/appAvailabilitiesCountry availability
/v1/apps/{id}/appInfosApp metadata
/v1/apps/{id}/inAppPurchasesIAP management

Setup for ASO Skills

1

Access App Store Connect

Log in to appstoreconnect.apple.com with your Apple Developer account.
2

Enable Analytics

Navigate to Analytics to view impressions, product page views, and conversion rates for your app.
3

Set Up Product Page Optimization

Go to App Store → Product Page Optimization to create A/B tests for your icon, screenshots, or videos.
4

(Optional) Generate API Key

For programmatic access, go to Users and Access → Keys to generate an API key.

Usage Examples

Check Conversion Rate

  1. Open App Store Connect → Analytics
  2. Select your app
  3. Navigate to App Store tab
  4. View Impressions → Product Page Views → Downloads funnel
  5. Calculate: Downloads / Product Page Views = Conversion Rate
Typical benchmarks:
  • Games: 15-30%
  • Utilities: 20-40%
  • Social: 10-25%

Set Up A/B Test

  1. Go to App Store → Product Page Optimization
  2. Click Create Treatment
  3. Select test type (icon, screenshots, or app preview)
  4. Upload variants (up to 3)
  5. Set traffic allocation (usually 50/50 or 33/33/33)
  6. Start test (requires minimum traffic threshold)

Respond to Reviews

  1. Go to Ratings and Reviews
  2. Filter by rating or keywords
  3. Click on a review
  4. Write response using HEAR framework:
    • Hear their concern
    • Empathize
    • Act (what you’re doing about it)
    • Reassure

When to Use App Store Connect vs Other Tools

NeedApp Store ConnectAppeekyRevenueCatFirebase
Your app’s exact downloads✓ OfficialEstimates
Your app’s exact revenue✓ OfficialEstimates✓ Subs
Competitor data
Keyword rankings
Keyword volume/difficulty
A/B test setup✓ NativePaywallsIn-app
Review management✓ Respond✓ Analyze
ASO audit
In-app events
Custom funnelsRevenue

Integration with ASO Skills

aso-audit

Uses impressions, product page views, and conversion rate to score your listing performance.

ab-test-store-listing

References Product Page Optimization for native A/B testing setup and interpretation.

screenshot-optimization

Uses product page view data to understand which screenshots drive the most engagement.

app-analytics

Pulls download, session, and retention data for overall app health monitoring.

monetization-strategy

Uses proceeds and in-app purchase data to analyze revenue performance.

ua-campaign

Uses source-type attribution to understand which channels drive the most installs.

retention-optimization

Analyzes Day 1, 7, and 28 retention cohorts to identify drop-off patterns.

Resources

Build docs developers (and LLMs) love