ios9 beta 5openurl for http not work

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

Sorry,I never meet this issue.Good luck to you.

Exactly the same thing started happening to me with iOS 9 beta 5. OpenURL returns YES (success), but the url doesn't open in Safari. It used to work without problems up to beta 4.

Hi

what xcode version you are using

I am using xcode6.4 with sdk8.4.

if you have some solution please kindly help me

this is really confused me it did only happen on few games, not too much.

I hope ios 9 beta 6 will fix this.

Seems that the iOS Deployment target was too low (4.3). Setting that to iOS 7 fixed the problem. Hope this helps.

ios9 beta 5openurl for http not work
 
 
Q