Is it possible to use the speaker on programmatically initiated phone calls?

前端 未结 1 1431
我寻月下人不归
我寻月下人不归 2021-01-15 19:04

I\'m using the following iPhone SDK code to initiate a phone call programmatically:

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@\"123456         


        
1条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-15 19:57

    That's not possible. You can only initiate calls using the method you described but you can't do anything else without private api.

    0 讨论(0)
提交回复
热议问题