Is there a way to avoid In-App (30%) fee for any purchases in iOS?

流过昼夜 提交于 2019-12-21 06:38:20

问题


I have an app which has some purchase option. However, I don't want to make it through the app itself. For that, I already have a website for the purchase.

So can I create a redirection page from my app to the respective webpage?

Will my app get rejected?

or is there a better solution?


回答1:


if you want to sell tokens/credits/gold coins/gems or whatever as consumables in a game they also must be through In App Purchase. Meanwhile for Physical elements that we brought from any e commence app that must should go through your requirement.

hope this work for more info refer this link blog post describing it




回答2:


It depends on what you are selling, if you are offering "Physical Goods and Services Outside of the App" you cannot use IAP and must use something else as described in the App Store Review Guidelines

3.1.5 (a) Physical Goods and Services Outside of the App: If your app enables people to purchase goods or services that will be consumed outside of the app, you must use purchase methods other than in-app purchase to collect those payments, such as Apple Pay or traditional credit card entry.

If not then you must use IAP and will be charged a 30% fee. However, if you are offering subscriptions this rate will drop down to 15% for users who have been subscribed for over 1 year. Check out Offering Subscriptions for more info if you are interested.




回答3:


There isn’t any,

According to Apple’s official guidelines

If you want to unlock features or functionality within your app, (by way of example: subscriptions, in-game currencies, game levels, access to premium content, or unlocking a full version), you must use in-app purchase. Apps may use in-app purchase currencies to enable customers to “tip” digital content providers in the app. Apps and their metadata may not include buttons, external links, or other calls to action that direct customers to purchasing mechanisms other than in-app purchase.

You must use in-app purchases and Apple’s official API’s, if it’s not a physical item

Otherwise your app will be rejected




回答4:


Firstly, let me answer your question based on my experience(bad :( ) with Apple

So can I create a redirection page from my app to the respective webpage?  - NO

Will my app get rejected? - YES

or is there a better solution? - Depend on types of app.

The In-App guidelines are recently updated with few more changes so it's depends on what kind of feature you are subscribing. For example:

3.1.4 Hardware-Specific Content: In limited circumstances, such as when features are dependent upon specific hardware to function, the app may unlock that functionality without using in-app purchase (e.g. an astronomy app that adds features when synced with a telescope).

To be honest, DON'T trust these exceptions and build your app based on this. In our case, app works exclusively based on a connected physical device device. After rejection from Apple, we appealed with this exception but we didn't hear from Apple for more than a month..!

Using subscription through website

Many thinks that they can get away In-app purchase by offering subscription through website and removing t from app. But Apple will still reject your app and confirmed with Apple team. If you are thinking about Spotify and Netflix cases, there is a category of apps it's only permitted called "Reader app". Please refer 3.1.3(a) of Apple guidelines.



来源:https://stackoverflow.com/questions/48058415/is-there-a-way-to-avoid-in-app-30-fee-for-any-purchases-in-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!