Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have application integrate store kit for payment ride. my question is: is apple levied as a percentage when using store kit? is it takes for each sale a percentage?

share|improve this question

closed as not a real question by Quentin, Mario, CodaFi, Jeroen, Frank van Puffelen Feb 16 at 23:22

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

I believe this should answer your question for you. If you need further clarification, I would recommend contacting Apple directly, since they would be able to provide you with the most accurate and current information.

  • The following information is quoted, unedited, from the Apple Developer document titled In-App Purchase Guidelines -
    https://developer.apple.com/in-app-purchase/In-App-Purchase-Guidelines.pdf

    In-App Purchase is implemented in your app via the StoreKit framework. StoreKit provides the functionality to process payments
    for items offered in your app via the App Store and Mac App Store.
    In-App Purchase uses the same business terms used for apps sold on
    the App Store and Mac App Store. You receive 70% of the purchase
    price of each item you sell within your app, paid to you on a monthly basis—no credit card fees apply.

I hope this anwwers your question. Best of luck!

share|improve this answer
thanks for your response. – sad1326 Feb 19 at 8:07

Not the answer you're looking for? Browse other questions tagged or ask your own question.