如何将用户重定向到开发者 iTunes 帐户以查看他的其他应用 [英] How to redirect user to the developer iTunes account to see his other apps

查看:21
本文介绍了如何将用户重定向到开发者 iTunes 帐户以查看他的其他应用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试实现一个更多应用程序"按钮,该按钮重定向到同一开发人员在 iTunes 应用商店上发布的其他应用程序,例如,为了实现我正在尝试与 Temple Run 开发人员一起做的事情,下一个代码是就好了:

I am trying to implement a "More apps" button that redirects to the other apps that the same developer have posted on iTunes app store, for example to achieve what I am trying to do with the Temple Run developer the next code is just fine:

NSString* launchUrl = @"https://itunes.apple.com/ro/artist/imangi-studios-llc/id284899742";
[[UIApplication sharedApplication] openURL:[NSURL URLWithString: launchUrl]];

我的想法是,在我的情况下,开发人员还没有在 iTunes 上发布其他应用程序,因此我无法搜索 iTunes 并右键单击以复制开发人员链接...

The think is, that in my case the developer has no other app posted on iTunes yet so I can not search iTunes and right click to copy the developers link...

所以我的问题是下一个:我如何获得构成最终链接的下两个信息:

So my question is the next one: How can I get the next two information that compose the final link:

1-imangi-studio-llc

1-imangi-studios-llc

2-id284899742

2-id284899742

推荐答案

  1. 公司/组织名称,可以使用 apple membercenter 找到.url 部分可能是通过用-"替换空格并使字符串小写组成的,例如:Imangi Studios LLC 变为 imangi-studios-llc

  1. Company / organisation name, could be find using apple membercenter. The url part is probably composed by replacing empty space with "-" and making string lowercase, eg: Imangi Studios LLC becomes imangi-studios-llc

iTunes connect 添加您的应用后,您将能够看到 id.只需在 iTunes 连接中打开新创建的应用程序并检查 url.它看起来像这样 https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/ng/app/284899742 和 id 将是 id284899742

After you add your app at iTunes connect, you will be able to see id. Just open newly created app in iTunes connect and check url. It will look like this https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/ng/app/284899742 and id will be id284899742

这篇关于如何将用户重定向到开发者 iTunes 帐户以查看他的其他应用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆