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.
バックグラウンドで番号に電話をかけ、可能であれば通話中にコードを入力する必要があります。これはできますか?
この呼び出しは、ユーザーの電話で行う必要があります。
バックグラウンドで?いいえ、いつでも使用できます
[[UIApplication sharedApplication]openURL:[NSURL URLWithString:@"tel:1234567890"]];
電話をかけますが、電話アプリが開きます