调用app stroe
NSString * const App_URL = @"https://itunes.apple.com/cn/app/you-fan/id977919857?mt=8";
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:App_URL]];
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
NSString * const App_URL = @"https://itunes.apple.com/cn/app/you-fan/id977919857?mt=8";
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:App_URL]];
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。