English 中文(简体)
我如何从我的申请中发射“幕后储存”。
原标题:How do I launch the iTunes Store app from my application?
  • 时间:2012-01-15 04:53:45
  •  标签:
  • ios
  • itunes

How do I launch the iTunes Store app from my application? I want to take the user to a podcast page.

问题回答

创建1个社会网 观点和链接,以便当它们向纽伦特/链接发出压力时,它就向卢爱拉发送网页。 你们认为,这在网上意见中是开放的,但通常由投管者自动打开投影机或 app。

Need you learn how to use a webView? There are plenty of tutorials out there that can help. You can simply Google a tutorial, or search YouTube. Or, you can also post another question if you reach a problem.

我们希望,这是你所回顾的,你的问题略有混淆。 如果是,我建议略微修改你的问题,以具体说明。

  1. Go here to get the URL for your podcast in iTunes.
  2. Replace "http://" with "itms://" in the URL you got in step 1.
  3. 在你希望开张的那部法典中:

    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"<URL FROM STEP #2>"]];

难道你会只是把播音联系起来,然后在你的申请中加入这一联系吗?





相关问题
List Contents of Directory in a UITableView

I am trying to list the contents of Ringtones directory in a TableView, however, I am only getting the last file in the directory in ALL cells, instead of file per cell. This is my code: - (...

iPhone NSUserDefaults persistance difficulty

In my app i have a bunch of data i store in the NSUserdefaults. This information consists of an NSObject (Object1) with NSStrings and NSNumbers and also 2 instances of yet another object (Object2). ...

Writing a masked image to disk as a PNG file

Basically I m downloading images off of a webserver and then caching them to the disk, but before I do so I want to mask them. I m using the masking code everyone seems to point at which can be found ...

Resize UIImage with aspect ratio?

I m using this code to resize an image on the iPhone: CGRect screenRect = CGRectMake(0, 0, 320.0, 480.0); UIGraphicsBeginImageContext(screenRect.size); [value drawInRect:screenRect blendMode:...

Allowing interaction with a UIView under another UIView

Is there a simple way of allowing interaction with a button in a UIView that lies under another UIView - where there are no actual objects from the top UIView on top of the button? For instance, ...

热门标签