Programmatically Call on a mobile number without user interaction and without user confirmation prompt in iOS

前端 未结 1 956
我在风中等你
我在风中等你 2021-01-29 13:23

How to call on a mobile number without user interaction and without user confirmation prompt in iOS using Swift / Objective C?

1条回答
  •  伪装坚强ぢ
    2021-01-29 14:07

    This is not possible for phone calls, but for VoIP is:

    To make an outgoing call, an app requests a CXStartCallAction object from its CXCallController object. The action consists of a UUID to uniquely identify the call and a CXHandle object to specify the recipient.

    Apple docs

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