iTunes Connect:如何选择好的 SKU?
我正在阅读 iTunes Connect 开发人员指南 因为我正在尝试向 iTunes Connect 添加新应用程序。
我对应该提供的 SKU 编号
有点困惑。在上述开发人员指南的第 81 页,他们提供了其应用程序 Orange Ball 的数据示例。
他们选择了 Orange_Ball_01
作为 SKU 编号。 01
表示什么 - 它是版本 1?为什么使用下划线?如果未使用该 SKU,为什么不直接输入“OrangeBall”?
更新说明:
- 2012 年 1 月 23 日,Apple 将上述示例更改为 应用程序“球迷宫”和 SKU“com.apple.com.maze”。
- 几年后,Apple 更改了整个文档,但您可以参考 https:// /help.apple.com/app-store-connect/#/dev97865727c 查看应用程序“Adventure App”和 SKU“Adventure123”的类似示例。
I'm reading the iTunes Connect Developer Guide as I'm trying to add a new application to 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.
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?
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/#/dev97865727c for a similar example with application "Adventure App" and SKU "Adventure123".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(7)
你可以选择一个你喜欢的,但它必须是独一无二的。
每次我必须输入 SKU 时,我都会使用应用程序标识符(例如
de.mycompany.myappname
),因为这已经是唯一的。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 代表库存单位。它更多的是用于库存跟踪目的。
拥有 SKU 的目的是让您可以将应用程序销售额与您的会计使用的任何内部 SKU 编号联系起来。
SKU stands for Stock-keeping Unit. It's more for inventory tracking purpose.
The purpose of having an SKU is so that you can tie the app sales to whatever internal SKU number that your accounting is using.
可能答案迟了,但请查看SKU(库存单位)的简单信息(库存单位)< /a> 号码是,它是在 appStore 中为您的应用程序使用的唯一跟踪号码(任意号码)。您可以在其中放置任何您想要的内容,只要它在您的应用程序中是唯一的即可。尝试遵循应用程序的 SKU 编号模式,以便您能够更好地组织它们。我建议您的应用使用当前
年 + 月 + ID
的组合。因此,如果您在 1991 年 9 月 开发您的第一个应用程序(哦,是的,这是我生日的月份和年份 :D),您可以将您的 SKU 编号设置为“19910901”
。在这里,我只是建议您使用这种模式,但您可以采取/选择任何对您来说容易的模式。Might be answer is late but look at Simple Information of SKU (Stock keeping unit) number is, it's an unique tracking number (an arbitrary number) that are used in appStore for your application. You can put whatever you want in there as long as it is unique among your applications. Try to follow a pattern for the SKU Number of your apps so that you will be able to better organize them. I suggest a combination of the current
year + month + ID
for your app. So if you’re developing your first application on september 1991 (oh,, yah it's my b'day's month and year :D ), you could put your SKU Number as“19910901”
. Here, I am just suggesting you for this pattern but you can take/choose any pattern which easy for you.正如其他人所指出的,“SKU”代表库存单位。以下是我当前(2017 年 2 月 3 日)在 Apple 文档中找到的有关“SKU 编号:”的内容
(互联网存档链接:)
iTunes Connect 属性
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:"
(internet archive link:)
iTunes Connect Properties
我输入了我的应用程序示例 2014-01 的年份和数字系列
I put the year and the number series of my app example 2014-01
文档中使用的 SKU 示例旨在提供新的用户指定 SKU 中允许的字符。
The SKU example used in the documentation was to provide the allowed characters in a new user-specified SKU.
SKU 还可以指代特定库存单位的唯一标识符或代码。这些代码没有受到监管或标准化。当公司从供应商处收到商品时,可以选择维护供应商的 SKU 或创建自己的 SKU。[2]这使得它们与全球贸易项目编号 (GTIN) 不同,后者是标准的全球跟踪单位。通用产品代码 (UPC)、国际商品编号 (EAN) 和澳大利亚产品编号 (APN) 是 GTIN 的特殊情况。
SKU can also refer to a unique identifier or code that refers to the particular stock keeping unit. These codes are not regulated or standardized. When a company receives items from a vendor, it has a choice of maintaining the vendor's SKU or creating its own.[2] This makes them distinct from Global Trade Item Number (GTIN), which are standard, global, tracking units. Universal Product Code (UPC), International Article Number (EAN), and Australian Product Number (APN) are special cases of GTINs.