简体   繁体   English

苹果的9位数应用ID

[英]Apple's 9 digit app ID

I'm aware you can find the 9 digit app ID via the App Store, eg 我知道您可以通过App Store找到9位数字的应用ID,例如

http://itunes.apple.com/gb/app/<app name>/id<add id>?mt=8

but are there any other ways of getting this? 但是还有其他方法可以做到这一点吗? eg via Xcode Organizer. 例如通过Xcode Organizer。

Also, what does that mt=8 mean? 另外, mt=8是什么意思?

Unfortunately not, it is linked to the Store and is generated there. 不幸的是,它没有链接到商店并在其中生成。 You can however do this; 但是,您可以执行此操作;

Create your app into ItunesConnect and continue until you're ready to upload the binary. 在ItunesConnect中创建您的应用程序,然后继续直到准备好上传二进制文件为止。 At this point you should have the id created. 此时,您应该已经创建了ID。 If you go to the app details in the left you should have details including the app id 如果您转到左侧的应用详细信息,则应包含应用ID在内的详细信息

What does mt=8; mt = 8是什么? refer to? 参考?

Apple designates a number of different Media Types (mt values): Apple指定许多不同的媒体类型(mt值):

1 Music 1音乐

2 Podcasts 2个播客

3 Audiobooks 3本有声读物

4 TV Shows 4个电视节目

5 Music Videos 5音乐录影带

6 Movies 6电影

7 iPod Games 7个iPod游戏

8 Mobile Software Applications 8移动软件应用

9 Ringtones 9铃声

10 iTunes U 10个iTunes U

11 E-Books 11本书

12 Desktop Apps 12个桌面应用程序

The id is for Apple AppStore use, you can't use it in your app. 该ID供Apple AppStore使用,您不能在您的应用中使用它。 It is only generated once at the time you create a "New App" in iTunes Connect. 在iTunes Connect中创建“新应用程序”时,它只会生成一次。

To understand this clearly you can say that it can be the primary key in Apple's database of apps on the AppStore. 为了清楚地理解这一点,您可以说它可以成为AppStore上Apple应用程序数据库中的主键。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM