Making a call programmatically from iPhone app and returning back to the app after ending the call

后端 未结 6 1013
你的背包
你的背包 2020-12-03 15:25

I am trying to initiate a call from my iphone app,and I did it the following way..

-(IBAction) call:(id)sender
{

    UIAlertView *alert = [[UIAlertView allo         


        
6条回答
  •  眼角桃花
    2020-12-03 16:19

    It's not possible to return back to the app after ending a call because it's an app.

提交回复
热议问题