promoted-iap

Configure StoreKit 2 promoted products and generate Swift templates for App Store product pages.

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/venomez-viper/PathWise --skill promoted-iap-venomez-viper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: promoted-iap
Source: https://github.com/venomez-viper/PathWise/tree/main/.claude/skills/generators/promoted-iap
Command: npx skills add https://github.com/venomez-viper/PathWise --skill promoted-iap-venomez-viper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates Promoted In-App Purchase setup with StoreKit 2 product configuration, paywall integration, and App Store product page display. Use when setting up promoted purchases that appear on the App Store product page.

Core Features & Use Cases

  • StoreKit 2 integration for promoted products and product page exposure
  • Paywall integration and onboarding flows for promoted IAPs
  • App Store Connect promotion metadata generation and image specifications

Quick Start

Provide your promoted IAP details to generate the core Swift templates and configuration stubs.

Frequently Asked Questions about promoted-iap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up promoted in-app purchases on the App Store product page using StoreKit 2?

To set up promoted in-app purchases, you configure StoreKit 2 promoted products and generate Swift templates like PromotedPurchaseHandler.swift and PromotedPurchaseFlowView.swift. This coordinates promotional data with App Store Connect to highlight selected IAPs directly on your product page.

What is a promoted in-app purchase and when do I need it for my iOS app?

A promoted in-app purchase is an IAP highlighted on your App Store product page and in search results. You need it when seeking to increase visibility for selected IAPs, driving direct purchases before users even download your iOS app.

Does this StoreKit 2 promoted IAP setup integrate with existing paywall and onboarding flows?

Yes, the promoted IAP setup integrates with paywall and onboarding flows by generating PromotedProductConfiguration.swift structures. This allows your app to handle purchases seamlessly when users initiate them from the App Store product page.

How do I generate and validate App Store Connect promotion metadata for promoted IAPs?

You generate and validate App Store Connect promotion metadata by defining promotional images and data structures according to StoreKit guidelines. The process ensures your IAP metadata meets App Store requirements before submission.

What Swift files do I need to configure promoted products in an iOS app?

You need Swift templates such as PromotedPurchaseHandler.swift, PromotedProductConfiguration.swift, and PromotedPurchaseFlowView.swift. These files provide the foundational structures to manage and display promoted products within your iOS application.