ProxymanApp / ProxymanApp/Proxyman

[iOS] Promoting In-App Purchase on AppStore

Open
#1,986 0 comments 0 reactions 1 assignee View on GitHub

@8bitzz is already working on this.

Since Apr 1, 2024.

enhancement iOS
Dominant language
No language data
Stars
7k
Forks
237
PR merge metrics
No merged PRs in 30d

Description

Description

Since iOS 16.4, it's possible to promote Proxyman's InApp Purchase which allows users to directly purchase on AppStore.

CleanShot 2024-04-01 at 5  08 20@2x

⚠️ This feature is only available on iOS 16.4 or later. We don't support this ticket on iOS 16.3 or prior.

Appetance Criteria

  • Add new Promotion Asset on AppStoreConnect. It's done & approved by Apple Review Team (See the section App Store Promotions on AppStoreConnect)
  • Use PurchaseIntent class to handle the purchase from AppStore (See the read more)
  • Support all InAppPurchase: Monthly, Yearly and Lifetime
  • use if @available(iOS, 16.4) to support this feature on iOS 16.4 or later.
  • Find a way to test it ?

Read more

  1. https://developer.apple.com/app-store/promoting-in-app-purchases/
  2. https://developer.apple.com/documentation/storekit/purchaseintent
  3. https://developer.apple.com/documentation/storekit/in-app_purchase/supporting_promoted_in-app_purchases_in_your_app

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.