如何在我们的ipad或iphone应用程序中打开app store? [英] how to open app store with in our ipad or iphone application?

查看:298
本文介绍了如何在我们的ipad或iphone应用程序中打开app store?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好我想在我们的应用程序中使用特定的发布者搜索或特定的应用程序类型打开应用程序商店..点击按钮..我说更多应用程序...

Hi i want to open app store with in our application with the specific publisher search or specific application types..on clicking of button..let's say More App's...

推荐答案


  1. 您可以在此处获取适合您应用的网址:



    http://itunes.apple.com/linkmaker



    如果您输入公司名称,链接制作者将提供显示所有应用的艺术家链接。

  1. You can get the appropriate URL to your app here:

    http://itunes.apple.com/linkmaker

    If you enter the name of your company the linkmaker will provide an "artist link" that shows all of your apps.

如果您使用 itms-apps:// 前缀,则会将用户直接发送到带有指定应用的
App Store应用,而不是丑陋的
first-Safari-然后在没有
UTI的情况下获得的App-Store-App shuffle。答:

If you use the itms-apps:// prefix the user is sent directly to the App Store App with the specified app showing rather than the ugly first-Safari-then-the-App-Store-App shuffle that you get without that UTI. A la:

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:  
                                            @"itms-apps://yourAppLinkHere"]];

这篇关于如何在我们的ipad或iphone应用程序中打开app store?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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