不同国家不同价格
我看到有些应用程序在不同的 iTunes 商店(根据位置)有不同的价格。他们是怎么做到的?我在 iTunes Connect 中没有看到任何可以实现这一点的地方。
I saw there are apps that have a different price on different iTunes stores (according to location). How do they do that? I didn't see any place in iTunes Connect that enables that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
不同的国家不能有不同的价格。
唯一的问题是,当您选择等级时,根据国家/地区货币,它的值并不相同。
例如:1 级 = 0.99 美元(美国)= 0.79 欧元(欧洲)= 230 日元(日本)
如果您确实想要不同的价格,则必须多次使用相同的应用程序。
应用程序 1 和应用程序 1 bis 是完全相同的应用程序,但有一点差异,例如语言(如果您没有本地化您的应用程序)
You can't have different price for different country.
The only thing is when you choose a tier, it is not the same value according to the country currency.
e.g. : tier 1 = $.99 (US) = .79€ (Europe) = 230 Yens (Japan)
If you really want to have different prices, you must have the same app multiple times.
Application 1 and Application 1 bis is exactly the same application, but with a little difference, e.g. language (if you do not localize your app)
现在有可能了!现在,您可以根据地区为同一 IAP 套餐设置不同的价格。
https://developer.apple.com/library /content/documentation/LanguagesUtilities/Conceptual/iTunesConnectInAppPurchase_Guide/Chapters/WorkingWithYourProductsStatus.html
It is possible now! Now you can set different prices based on territories for the same IAP package.
https://developer.apple.com/library/content/documentation/LanguagesUtilities/Conceptual/iTunesConnectInAppPurchase_Guide/Chapters/WorkingWithYourProductsStatus.html
同时,还有一个 SDK (Mage) 可用,它也适用于消耗品和非消耗品(与 iTunes Connect 不同,它仅适用于订阅)。此外,他们会根据市场自动优化价格。您可以在存储库中找到文档(也有 Android 和 React-Native SDK 可用)。
如果您使用 iTunes Connect 中的选项根据地点更改订阅价格,请注意:
坦白说,我是联合创始人之一。我们多次遇到像你一样的问题。这就是我们创建法师的原因。
Meanwhile, there is an SDK (Mage) available, which is also working for consumables and non-consumables (unlike with iTunes Connect where it only works with subscriptions). Additionally, they automatically take care of optimizing prices according to the markets. You can find the documentation in the repository (there is an android as well as react-native SDK available too).
If you are using the option in iTunes Connect to change subscription prices according to locations be aware, that:
For full disclosure, I'm one of the Co-Founders. We faced the same problems like you multiple times. This is why we created Mage.
将它们作为单独的应用程序发布,然后设置目标国家/地区,以便它们不会重叠。
Release them as separate apps, then set the target countries so they do not overlap.