I am Integrating Google Maps URL Scheme in my Application:
[[UIApplication sharedApplication] canOpenURL:
[NSURL URLWithString:@"comgooglemaps://"]];
I am curios if there is some code to detect if Google Map isn't installed and redirect to App Store URL. Thanks for your Help.