Download and install an ipa from url on iOS - Stack Overflow
I need to download and install an ipa directly from an URL. I have tried this: NSURL *url = [NSURL URLWithString:@"https://myWeb.com/test.ipa"]; [[UIApplication sharedApplication] openURL:url]; ... ... It won't be possible if you like to directly download...