ProxymanApp / ProxymanApp/Proxyman
[iOS] Promoting In-App Purchase on AppStore
Open
@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.
⚠️ 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 Promotionson AppStoreConnect) - Use
PurchaseIntentclass 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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.