开发者

Make a call from iPhone application without quitting

开发者 https://www.devze.com 2023-01-20 18:12 出处:网络
Is it possible to make a call from application开发者_高级运维 with out quitting application in iOS 4? You will have to have your application remember its state. That way it can be resumed when launche

Is it possible to make a call from application开发者_高级运维 with out quitting application in iOS 4?


You will have to have your application remember its state. That way it can be resumed when launched again. Even with the new multitasking your suspended apps may be forcibly quit if the device needs more memory.

Apple has a guide named "Supporting Multitasking In Your Applications" which you should be able to locate.

Related SO: Does iOS 4 make “Real Multitasking” available to 3rd party developers?

However, you may not replicate core OS functionality so this is the only way to get what you want.

0

精彩评论

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