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で、プライベートAPI CTCallDial()で直接電話をかける方法は? 主な理由は、CTCallDial の特定のパラメーターを知らないためです。
1) CoreTelephony.framework へのリンク
2) のように定義する
extern "C" id CTCallDial(NSString * number);
そして次のように使用します:
CTCallDial(@"0123456789");
(作成された CTCallRef を返します。安全に id (CTCall *) にキャストできます)