Pleco URL scheme

I saw on a previous post how to create a URL to link to entireties in Pleco.

If I link to that and the user does not have Pleco installed will it redirect them to Pleco in the App Store?
 
Not yet possible on iOS as far as I know, but you could easily do that redirection yourself; check to see if the URL can be opened (with [UIApplication canOpenURL:]) and offer to redirect them to the App Store page for Pleco if not.
 
Back
Top