调用app stroe
更新:HHH   时间:2023-1-7


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

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

返回开发技术教程...