0

Correct me if this question is a duplicate. I tried but couldn't find an answer.

Basically, I want to implement the same feature that applications like AroundMe and NearMe have: when users found a location, they can then click "Navigate here" and the app can tell show them all the navigation applications they have on their phone and they can pick their favourite one to go forward.

I know we have this api to check if an URL scheme is available:

- (BOOL)canOpenURL:(NSURL *)url

But how do I scan to list all the navigation apps that I can call and the format of each?

Do I need this information available in the app database beforehand?

If YES, where should I look for the url format of each app?

Thanks so much

4

1 に答える 1

0

この情報は、通常、エクスポート/共有/ドキュメント コントローラー次第です。リスト自体は表示されませんが、API はポップオーバーまたはアクション シートにメニューを表示します。つまり、リストを操作することはできず、SOMETHING で開くように指示するだけです。

于 2013-08-01T00:48:12.103 に答える