Can someone give me a good convention to use when trying to come up with an SKU # for when I submit my app? IE something like produt_name_version or whatever. Have no clue what to put here or how it will impact future versions of my app.
3 回答
"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."
Hope that helps.
Edit: I always just use the name of the app. If the app name has spaces I use underscores. Since it is internal, it won't ever change even after you update the version. You will use the SKU if you want to use Apple's java reporting tool (named auto-ingest) to download stats for the app programatically.
[EDIT: Apple has released a new tool for automated report downloading called Reporter]
I used 1
for my first app. Then 2
for the second. Works for me. Don't include a version. The SKU will never change.
Use a short version of the apps name, plus the month it was released, and the year.
Example: myApp_02_2014