调用app stroe

NSString * const App_URL = @"https://itunes.apple.com/cn/app/you-fan/id977919857?mt=8";

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:App_URL]];

你可能感兴趣的:(APP,store)