Hi all
since ios 9 beta5 easily call openurl such as http://www.apple.com/
does not work on my app, when call this function nothing happenedon my app.
this is really strange is that this works fine from ios 9 beta 1 to beta 4, also fw < 9.0
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:[NSString stringWithFormat:@"%s",url.c_str()]]];
is there anyone met this also.
Regards