美文网首页
testflight

testflight

作者: 海浪萌物 | 来源:发表于2018-08-07 10:58 被阅读3次

NSURL *customAppURL = [NSURL URLWithString:@"itms-beta://"];
if ([[UIApplication sharedApplication] canOpenURL:customAppURL]) { // TestFlight is installed // Special link that includes the app's Apple ID
customAppURL = [NSURL URLWithString:@"https://beta.itunes.apple.com/v1/app/1168928180"];
[[UIApplication sharedApplication] openURL:customAppURL];

}

相关文章

网友评论

      本文标题:testflight

      本文链接:https://www.haomeiwen.com/subject/nieovftx.html