NSString *str =@"itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/search";
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];
使用上面的链接地址就能直接跳转到搜索界面!
NSString *str =@"itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/search";
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];
使用上面的链接地址就能直接跳转到搜索界面!
本文标题:iOS 应用跳转到app store的搜索界面
本文链接:https://www.haomeiwen.com/subject/dskwrttx.html
网友评论