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アプリケーションからメールを送信するにはどうすればよいですか
戦車!
注:これは実際のiPhoneでのみ機能します(シミュレーターではありません)
[[UIApplication sharedApplication] openURL: [NSURL URLWithString:@"tel:9995551234"]];