Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
登録された iOS プロトコル ハンドラが存在するかどうかを確認できる API はありますか? 私に与えられたいくつかのプロトコルハンドラーが有効かどうかを調べています。
アプリケーション URL スキームについて話している場合は、次を使用できます。
[[UIApplication sharedApplication] canOpenURL:<#(NSURL *)#>]
YESURLスキームを開くことができるアプリがある場合、またはない場合に返されますNO。
YES
NO