Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to check for custom url scheme on iphone?

I want to use custom url schemes in my app, for example calling navigons mobile navigator. First of all I want to check whether navigon is installed or at least whether the custom url scheme "navigon://" has already been registered.

Any Ideas?

Thanks a lot.

like image 783
danielreiser Avatar asked Apr 26 '10 20:04

danielreiser


1 Answers

Have a look at UIApplication's

- (BOOL)canOpenURL:(NSURL *)url
like image 92
Tom Irving Avatar answered Sep 21 '22 06:09

Tom Irving