IAP (In-app Purchase) Integrated notes-Continuous update
The integration of IAP already has a lot of tutorials, including Apple's official notes, which are detailed enough, but some of the holes in the process are unavoidable, summarizing some experiences and avoiding detours. The model of dealing with Apple is never technology-oriented, but how to understand the rules and deal with the rules
Should my app integrate IAP?
Most apps do not need to integrate with IAP, unless similar to game props, coins. or all or part of the app's functionality depends on other virtual services and products, or hardware, which, if purchased, must be integrated with IAP. In addition to the game class, a client app for a specific device, such as an authentication-enabled WiFi hotspot AP hardware. If the app's main function is to rely on the device, then the IAP must be integrated, which is a special example.
Must the integration and test IAP be submitted for review of apps and products?
You must create apps and products, and when testing, app status can be in any state, and the product's approval status follows the app.
What is the relationship between the identifier of a product and the bundle ID of the app?
The Product ID must be unique for a bundle ID
The usual practice, bundle id.product## #作为商品Id
Sandbox test users how to add, what are the requirements?
In itunes Connect, select User and roles--Sandbox testers. Add a test account.
The mailbox of the test account cannot be a mailbox with an Apple ID already registered, add an account here, it will be automatically registered as a new Apple ID, need to go to the mailbox to verify registration, remember.
When testing the payment, each sandbox test user must bind a bank card.
What does the free subscription type of product mean?
This is a free subscription, but requires that the app be classified as Magazines & Newspapers category.
Can you create a free product?
Yes, non-consumable items can be set at a price level of 0 yuan.
Cond... Directory
- Iapin-app Purchase Integration Note-Continuous update
- My app should not be integrated with IAP
- Integration and test IAP must be submitted to review apps and products
- What is the relationship between the identifier of the product and the bundle ID of the app
- Sandbox test user How to add what is required
- What does the free subscription type of product mean?
- Can I create a free product?
- Cond
- Directory
[1]:
IAP (In-app Purchase) Integrated notes-Continuous update