开发者

Can Iphone restore the state of app after [[UIApplication sharedApplication] openURL:[NSURL URLWithString:call_url]];

开发者 https://www.devze.com 2022-12-10 19:39 出处:网络
In my Iphone app I give a button wh开发者_JAVA百科en pressed calls a specific number using the following function call and uses the native iphone call app.

In my Iphone app I give a button wh开发者_JAVA百科en pressed calls a specific number using the following function call and uses the native iphone call app.

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:call_url]]; where call_url is of the form tel://

Once the call is done, is there a way to restore and open my Iphone App as it was before calling ?


No. Your process has been terminated. You'll have to depend on the user to start your app again and you have to restore the state yourself.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号