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

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

问题描述

我想实现一个更多应用按钮重定向到同一个开发商都公布在iTunes的应用程序商店的其他应用程序,比如要达到什么,我试图与神庙逃亡开发的下一个$ C做$ c是蛮好的:

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

本认为,在我的情况下,开发者发布了iTunes上没有其他的应用还没有,所以我不能搜索iTunes和右键复制链接开发商...

所以我的问题是下一个:
我怎样才能得到组成最终环节接下来的两个信息:

1 imangi-影城有限责任公司

2 id284899742


解决方案

  1. 公司/组织名称,可以找到使用苹果会员专区 。的 Imangi工作室有限责任公司的变的 imangi-影城有限责任公司


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


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]];

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-studios-llc

2-id284899742

解决方案

  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

  2. 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天全站免登陆