Can we do cellular call without user confirmation?

I need to implement functionality in my iOS app to make cellular call without user interaction. is it possible or not in iOS. I am making app for Enterprise Account. Thanks

Replies

I think this should be possible. You can use a private API to make calls. Can you provide your email? I can send you the API code.

  • Thanks for reply CalvinYang

    It will be very helpful if you provide Private API. here is my email address-

    let myEmail = "rohitnishad" + "368" + "@" + "gmail.com"

  • hello @CalvinYang

    fun get()->string{ let a = "rohitnishad" ler b = "368" let c = "@" let d = "g" let e = "m" let f = "a" let g = "i" let h = "l" let i = "." let j = "com"

    return a+b+c+d+e+f+g+h+i+j }

    please find this

  • hello @CalvinYang how are you

    i am "rohitnishad"

I tried to contact you, but you didn't reply to me via email. my email = "yangscalvn" + "@" + "gmail.com"

  • Thanks for your mail @CalvinYang . I have replied your mail please check and I want to discuss with you about call functionality without user interaction . thanks

Add a Comment