1. 程式人生 > >在應用內邀請使用者通過testFlight下載內測版本

在應用內邀請使用者通過testFlight下載內測版本

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/123456789"];[[UIApplication sharedApplication
] openURL:customAppURL];}

跳轉到TestFlight下載app: https://beta.itunes.apple.com/v1/invite/some_key