开发者

Link to App Store

开发者 https://www.devze.com 2023-01-12 21:54 出处:网络
What\'s the link to my app on App Store? I want to input only the App ID. [[UIApplication sharedApplication]

What's the link to my app on App Store? I want to input only the App ID.

[[UIApplication sharedApplication]
 openURL:[NSURL URLWithString:@"???"]];开发者_Go百科


NSString *idString = @"380886386";
NSString *countrtyString = @"us";
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:[NSString stringWithFormat:@"http://itunes.apple.com/%@/app/id%@?mt=8", countrtyString, idString]]];
0

精彩评论

暂无评论...
验证码 换一张
取 消