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

前端 未结 1 1435
我寻月下人不归
我寻月下人不归 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)
自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题