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.
通信会社への申し込みをしています。私が必要とするのは、アプリが iPhone にインストールされている場合、ユーザーが誰かに電話をかけるために番号をダイヤルしているときに、Skype がインストールされている場合と同様に、iOS がデフォルトのダイヤラーにアプリのオプションを表示することです。
アプリ デリゲートで tel: url を開きます。
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:[[NSString stringWithFormat:@"tel://%@", numberToCall] stringByAddingPercentEscapesUsingEncoding:NSASCIIStringEncoding]]];