Tagged Questions

0
votes
2answers
36 views

Get Safari's last redirected URL to my main UIviewcontroller

In my app, i call safari to open (uiapplication delegate), safari comes into foreground and there are some url redirections. At last, there's a url that i want to save in my main application. How ...
0
votes
0answers
157 views

[[UIApplication sharedApplication]openURL] can not launch Safari

This problem keep bugging me. I'm trying to open a simple url http://www.google.com/ with openURL, but the Safari's not showing up. Here's my code : NSURL *url =[NSURL ...
0
votes
1answer
805 views

Youtube App on iPhone ignoring private videos

I seem to have noticed an odd bug in the YouTube App with the iPhone. I have written a small program that fires off the YouTube app with a url like: http://www.youtube.com/watch?v=adsakasjda This ...