Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/109.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何为iOS Apple Developer查找我的艺术家Id?_Ios_Objective C - Fatal编程技术网

如何为iOS Apple Developer查找我的艺术家Id?

如何为iOS Apple Developer查找我的艺术家Id?,ios,objective-c,Ios,Objective C,我需要它: 代码是: DAAppsViewController *appsViewController = [[DAAppsViewController alloc] init]; [appsViewController loadAppsWithArtistId:356087517 completionBlock:nil]; [self.navigationController pushViewController:appsViewController animated:YES]; 这对我有

我需要它:

代码是:

DAAppsViewController *appsViewController = [[DAAppsViewController alloc] init];
[appsViewController loadAppsWithArtistId:356087517 completionBlock:nil];
[self.navigationController pushViewController:appsViewController animated:YES];
这对我有用。
但是这个号码是给这个图书馆的作者Danile的。
我如何找到我自己的ArtistId,我知道它以某种方式连接到我的Apple开发者帐户,但只是不知道在这里找到它。
我的苹果开发者页面是
如果有人能从中找到它,但很难解释如何得到它

我在我的iTunes帐户中查找了15分钟,但没有找到它


我想这很容易,只要你知道去哪里找。

我知道一种方法,登录你的
itunesconnect
帐户。然后按照步骤进行操作

  • 转到MyApps,单击任意应用

  • 在图像中查找下面的选项并单击它

  • 当您在iTunes预览页面中登陆时,请查找下图中显示的选项,然后单击它

  • 现在查看上面的地址栏,您会发现
    艺术家id
    ,如下图所示

  • 使用浏览器

    希望能有帮助


    干杯。

    我知道一种方法,登录您的
    itunesconnect
    帐户。然后按照步骤进行操作

  • 转到MyApps,单击任意应用

  • 在图像中查找下面的选项并单击它

  • 当您在iTunes预览页面中登陆时,请查找下图中显示的选项,然后单击它

  • 现在查看上面的地址栏,您会发现
    艺术家id
    ,如下图所示

  • 使用浏览器

    希望能有帮助


    干杯。

    您的id是
    558289887
    。在iTunes中打开页面,右键单击标题,然后单击复制链接。id位于复制链接的末尾:

    您的id是
    558289887
    。在iTunes中打开页面,右键单击标题,然后单击复制链接。id位于复制链接的末尾:

    很抱歉,我只能接受一个正确答案。@WebOrCode没问题,但我的答案是一般答案,不是具体答案。只是它应该帮助别人。干杯。很抱歉,我只能接受一个正确的答案。@WebOrCode没问题,但我的答案是一般性的,不是具体的。只是它应该帮助别人。干杯