ios iTunes Connect:如何选择一个好的 SKU?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/8710512/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
iTunes Connect: How to choose a good SKU?
提问by dhrm
I'm reading the iTunes Connect Developer Guideas I'm trying to add a new application to iTunes Connect.
我正在阅读iTunes Connect 开发人员指南,因为我正在尝试向 iTunes Connect 添加新应用程序。
I'm a bit confused about the SKU number
which I should provide. On page 81 in the above developer guide they provide an example of their data for their application Orange Ball.
我对SKU number
我应该提供的内容有些困惑。在上述开发人员指南的第 81 页上,他们提供了他们的应用程序Orange Ball的数据示例。
They have chosen Orange_Ball_01
for the SKU Number. What is the 01
indicating - that it is version 1? Why use underscore? Why not just type “OrangeBall”, if that SKU is not used?
他们选择Orange_Ball_01
了SKU Number。什么是01
指示 - 它是版本 1?为什么要使用下划线?如果不使用该 SKU,为什么不直接输入“OrangeBall”?
Update notes:
更新说明:
- on January 23rd 2012, Apple changed the above example to application "Ball Maze" and SKU "com.apple.com.maze".
- a few years later, Apple changed the whole documentation, but you may refer to https://help.apple.com/app-store-connect/#/dev97865727cfor a similar example with application "Adventure App" and SKU "Adventure123".
- 2012 年 1 月 23 日,Apple 将上述示例更改为应用程序“Ball Maze”和 SKU“com.apple.com.maze”。
- 几年后,Apple 更改了整个文档,但您可以参考https://help.apple.com/app-store-connect/#/dev97865727c以获取类似应用程序“Adventure App”和 SKU“Adventure123”的示例.
回答by Dennis Stritzke
You are able to choose one that you like, but it has to be unique.
你可以选择一个你喜欢的,但它必须是独一无二的。
Every time I have to enter the SKU I use the App identifier (e.g. de.mycompany.myappname
) because this is already unique.
每次我必须输入 SKU 时,我都会使用应用程序标识符(例如de.mycompany.myappname
),因为这已经是唯一的。
回答by locksmith
SKU stands for Stock-keeping Unit. It's more for inventory tracking purpose https://en.wikipedia.org/wiki/Stock_keeping_unit
SKU 代表库存单位。更多用于库存跟踪目的 https://en.wikipedia.org/wiki/Stock_keeping_unit
The purpose of having a SKU is so that you can tie the app sales to whatever internal SKU number that your accounting is using.
拥有 SKU 的目的是让您可以将应用销售与您的会计使用的任何内部 SKU 编号联系起来。
回答by iPatel
Might be answer is late but look at Simple Information of SKU (Stock keeping unit)number is, it's an unique tracking number (an arbi-trary num-ber)that are used in appStore for your application. You can put what-ever you want in there as long as it is unique among your appli-ca-tions. Try to fol-low a pat-tern for the SKU Num-ber of your apps so that you will be able to bet-ter orga-nize them. I sug-gest a com-bi-na-tion of the cur-rent year + month + ID
for your app. So if you're devel-op-ing your first appli-ca-tion on september 1991(oh,, yah it's my b'day's month and year :D ), you could put your SKU Num-ber as “19910901”
. Here, I am just suggesting you for this pattern but you can take/choose any pattern which easy for you.
可能回答晚了,但请查看SKU (库存单位)编号的简单信息,它是在 appStore 中为您的应用程序使用的唯一跟踪编号(任意编号)。只要它在您的应用程序中是独一无二的,您就可以在其中放置任何您想要的东西。尝试遵循应用程序 SKU 编号的模式,以便您能够更好地组织它们。我建议year + month + ID
为您的应用程序提供当前的组合。因此,如果您在1991年9 月开发您的第一个应用程序(哦,是的,这是我生日的月份和年份:D),您可以将 SKU 编号设为“19910901”
. 在这里,我只是建议你使用这种模式,但你可以选择/选择任何对你来说容易的模式。
回答by WPWPWP
As others have noted, "SKU" stands for stock keeping unit. Here's what I find currently (3 February 2017) in the Apple documentation regarding the "SKU Number:"
正如其他人所指出的,“SKU”代表库存单位。这是我目前(2017 年 2 月 3 日)在 Apple 文档中关于“SKU 编号”的内容:
SKU Number
A unique ID for your app in the Apple system that is not seen by users. You can use letters, numbers, hyphens, periods, and underscores. The SKU can't
start with a hyphen, period, or underscore. Use a value that is meaningful to your organization. Can't be edited after saving the iTunes Connect record.
SKU 编号
您的应用在 Apple 系统中的唯一 ID,用户看不到。您可以使用字母、数字、连字符、句点和下划线。SKU 不能
以连字符、句点或下划线开头。使用对您的组织有意义的值。保存 iTunes Connect 记录后无法编辑。
(internet archive link:) iTunes Connect Properties
(互联网档案链接:) iTunes Connect 属性
回答by zambono
I put the year and the number series of my app example 2014-01
我把我的应用程序示例的年份和数字系列 2014-01
回答by pxpgraphics
The SKU example used in the documentation was to provide the allowed characters in a new user-specified SKU.
文档中使用的 SKU 示例是在用户指定的新 SKU 中提供允许的字符。