从应用程序商店下载多个应用程序
我是 iOS 新手,正在寻找一个简单问题的创造性解决方案。
现在,如果我想将用户发送到应用程序商店以购买一个应用程序,我知道该怎么做(http://stackoverflow.com/questions/433907/how-to-link-to-apps-on -应用程序商店/)。
但是,在我的应用程序中,我想创建一种直接的方式来链接到应用程序集合(不是来自同一卖家)。或者,更好的是,我想创建一种方法,让用户以尽可能少的点击次数下载多个应用程序。
我考虑过一些解决方案,但不确定哪些可行。我也不确定我是否遗漏了一些明显的东西。到目前为止我想到的两个选项是(击鼓):
- 创建应用程序集合,并链接到它。我知道苹果可以通过这种方式创建集合(http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewGrouping?id=25180&mt=8),但我不确定一个可怜的家伙是否喜欢我自己也可以这样做。
- 创建一系列指向各个应用的链接。我不喜欢这个解决方案,因为用户必须在我的应用程序和应用程序商店之间多次切换。
任何创意或技术投入将不胜感激。
I'm new to iOS, and I'm looking for a creative solution to a simple problem.
Now, if I want to send a user to the app store in order to purchase one app, I know how to do so (http://stackoverflow.com/questions/433907/how-to-link-to-apps-on-the-app-store/).
But, inside my app, I'd like to create a straightforward way to link to a collection of apps (not from the same seller). Or, better yet, I'd like to create a way for a user to download multiple apps with the fewest clicks possible.
I've contemplated some solutions, but I'm not sure which are feasible. I'm also not sure if I'm missing something obvious. The two options I've thought of thus far are (drum roll):
- Create an app collection, and link to it. I know that Apple can create collections in this way (http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewGrouping?id=25180&mt=8) but I'm not sure if a poor bloke like myself can do the same.
- Create a bunch of links to individual apps. I don't like this solution, as the user has to toggle multiple times between my app and the app store.
Any creative or technical input would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我还没有尝试过这个,但尝试使用 webview,并在单独的框架中加载每个应用程序的 itunes web 链接。
I haven't tried this, but try using a webview, and load the itunes web link for each app in a separate frame.
除了通过 iad 之外,没有内置方法可以从您的应用程序中自动下载另一个应用程序,但这不是您所说的。您唯一能做的就是放置多个链接。您将能够通过一个帐户搜索所有应用程序,除非您说它将来自多个帐户。
抱歉,目前还没有内置方法可以实现您所说的操作。
Theres no built in way to automatically download another app from within your app, except through iads, but thats not what you talking about. The only thing you can do is put multiple links. You would be able to search for all the apps by one account, except you said it’ll be from multiple accounts.
Sorry, but theres presently no built in way to do what your saying.