Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a daemon process which I created running on my iPhone (so yes it is jailbroken). I have been able to use the Audio and CoreLocation frameworks without problems. However when I try to use

NSURL *url = [NSURL URLWithString:@"astraproto://hi"];
[[UIApplication sharedApplication] openURL:url];

it just doesn't open. The protocol is of a custom application. I have tried using the protocol from safari and it works. Is this possible to do from a daemon process which isn't running on the UIApplicationMain and if it isn't is there any other way?

Thanks

Reuben

share|improve this question
Does your daemon process has UI? How did you managed to do it without UI? I tried overriding the main - but i just got a black screen. – Itay Levin Dec 12 '11 at 19:17

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.