WebToAppMaker

Monetization

Apple In-App Purchase

Plan App Store digital-product purchases while the current project still lacks a signed iOS runtime and StoreKit bridge.

Before you start

  • Apple Developer Program membership
  • App Store Connect agreements and products
  • A future macOS/Xcode build worker

Configure and verify

  1. Classify the product

    Use consumable, non-consumable, or subscription products for digital goods. Physical goods continue to use appropriate web payment methods.

  2. Create products

    Define stable product IDs and complete pricing, localization, tax, banking, and review metadata in App Store Connect.

  3. Implement StoreKit and signing

    A macOS/Xcode worker must add StoreKit runtime handling and produce a signed test build.

  4. Verify transactions

    Validate transaction data on a trusted server and restore durable purchases where required.

Current limitation

Test before release

  • Products are correctly classified
  • Server verification is designed
  • Restore flow is planned
  • No purchase relies on client-only state