---
title: Testing promoted In-App Purchases
framework: storekit
role: article
role_heading: Article
path: storekit/testing-promoted-in-app-purchases
---

# Testing promoted In-App Purchases

Test your In-App Purchases before making your app available in the App Store.

## Overview

Overview Users can buy promoted In-App Purchases from the App Store, but you need to test this flow before making your product publicly available. Apple provides a system URL that triggers your app using the itms-services:// protocol, so you can test In-App Purchases before they’re available in the App Store.  |   |   |   |  The resulting URL looks like this: itms-services://?action=purchaseIntent&bundleId=com.example.app&productIdentifier=com.example.product Send this URL to yourself in an email or iMessage, and open it from your device. You’ll know the test is running when your app opens automatically. You can then test how your app handles the promoted In-App Purchase.

## See Also

### Promoted In-App Purchases

- [Supporting promoted In-App Purchases in your app](storekit/supporting-promoted-in-app-purchases-in-your-app.md)
- [PurchaseIntent](storekit/purchaseintent.md)
- [Product.PromotionInfo](storekit/product/promotioninfo.md)
