In iOS8 when i use
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms-services://?action=download-manifest&url=...]]
to install an enterprise app, the system will call out an alert asking you whether to install or not, now the question come, I need to know which button the user clicked, so I can refresh my app and some other actions, does anybody get the same problem?
Here are some similar question links below :