I have telprompt alert dialog in my application. I am running in iOS 10.1.1 and iPhone 7 device. Before showing dialog I need to display one view which is hiden in view controller but in iPhone 7 it is not display till I take any action on teleprompt. Below is the code which is working fine on other iOS. Your help would be appreciated.
[callView setHidden:NO];
NSString *phoneNumber = [@"telprompt://" stringByAppendingString:msg];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:phoneNumber]];