如何点击链接打开appstore到指定应用程序页面

2025-04-15 05:49:08
推荐回答(1个)
回答1:

您好,只需要有其在itunes的地址即可
NSString *str = [NSString stringWithFormat:@"http://itunes.apple.com/us/app/id%d", 436957167];
[[UIApplication sharedApplication] openURL:[NSURL urlWithString:str]];

如果我的回答对您有帮助希望您可以采纳,谢谢。以上是软硬谦施团队为你带来的回答。

欢迎您对软硬谦施团队提问,祝您天天好心情O(∩_∩)O~。