openurl Questions
1
Solved
I wish to open a file (stored locally in my app) with another app.
Currently, I am using openURL (there is a dedicated url scheme), and it works fine if I use a file hosted on the internet, but I ...
2
Solved
I'm pretty sure an hour after I post this I may find the answer but I've been looking for over an hour already and can't seem to work it out. So here goes..
I'd like to put some simple "Contact Us...
Gummosis asked 29/5, 2012 at 14:42
1
Solved
I have implemented Single-Sign-On in my iOS 4.3 app successfully. Now I want to publish a link to the users facebook wall so that when his/her friends that also own the app clicks the link they sho...
Pernambuco asked 24/3, 2012 at 15:40
1
I know that my app can open a particular URL in Safari by doing something like this:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.example.com/"]];
but, is there a...
Hemo asked 25/7, 2011 at 19:26
3
i am using openURL for my iphone apps, works perfectly, but now i want to use it on mac, normally, i use this code
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://google....
Keele asked 11/1, 2011 at 11:20
3
Solved
In my iOS 4 application, I need to open a URL from the background, at a time specified from the user. However, for some reason, I cannot launch a URL from the background for some reason. Here is my...
Sadirah asked 13/11, 2010 at 0:46
© 2022 - 2024 — McMap. All rights reserved.