AppStore 应用内区域价格是如何计算的?
How are AppStore in-app region prices calculated?
我想发布一个包含年度应用内订阅的应用。此订阅的价格应为 150 美元 + Apple 的佣金。所以我在 App Store Connect 上将订阅价格设置为 194.99 美元,并允许自动重新计算所有地区的价格。
然而,在对德国地区执行SKProductsRequest
之后,我发现SKProduct
价格是214.99欧元,无论如何不可能是194.99美元。我查看了 App Store 上的应用内页面,发现所有欧元货币区域的自动计算价格为 214.99 欧元。
Screenshot
按当前汇率换算,194.99 美元为 176.61 欧元。此外,当我在 App Store Connect 页面上 select 179.99 EUR 时,它被重新计算为 164.99 USD。
有人可以解释一下这个计算吗?
向增值税问好:
https://developer.apple.com/app-store/subscriptions/
For example, if you decide to lower the subscription price for users
in Germany, the revenue you’ll receive will be the purchase price
minus the European Union’s value added tax (VAT) and minus Apple’s
commission. The default pricing in the App Store Connect pricing tool
is inclusive of applicable taxes that Apple collects and remits. For
more information, review Schedule 2 of the Apple Developer Program
License Agreement, which describes territories that have different tax
treatments.
这可能会被标记为非编程问题,因为它是特定于应用商店的。可能想看看您是否可以 x-post 到适当的论坛以帮助人们将来解决这个问题。
我想发布一个包含年度应用内订阅的应用。此订阅的价格应为 150 美元 + Apple 的佣金。所以我在 App Store Connect 上将订阅价格设置为 194.99 美元,并允许自动重新计算所有地区的价格。
然而,在对德国地区执行SKProductsRequest
之后,我发现SKProduct
价格是214.99欧元,无论如何不可能是194.99美元。我查看了 App Store 上的应用内页面,发现所有欧元货币区域的自动计算价格为 214.99 欧元。
Screenshot
按当前汇率换算,194.99 美元为 176.61 欧元。此外,当我在 App Store Connect 页面上 select 179.99 EUR 时,它被重新计算为 164.99 USD。
有人可以解释一下这个计算吗?
向增值税问好:
https://developer.apple.com/app-store/subscriptions/
For example, if you decide to lower the subscription price for users in Germany, the revenue you’ll receive will be the purchase price minus the European Union’s value added tax (VAT) and minus Apple’s commission. The default pricing in the App Store Connect pricing tool is inclusive of applicable taxes that Apple collects and remits. For more information, review Schedule 2 of the Apple Developer Program License Agreement, which describes territories that have different tax treatments.
这可能会被标记为非编程问题,因为它是特定于应用商店的。可能想看看您是否可以 x-post 到适当的论坛以帮助人们将来解决这个问题。