开发者

Detecting syncing event for iOS

开发者 https://www.devze.com 2023-02-08 07:06 出处:网络
Is there any way if my iphone app can detect if the user is trying to sync the iphone d开发者_StackOverflow社区evice when the app runs? My app crashes a lot when this syncing occurs...Your App Delegat

Is there any way if my iphone app can detect if the user is trying to sync the iphone d开发者_StackOverflow社区evice when the app runs? My app crashes a lot when this syncing occurs...


Your App Delegate receives a applicationWillResignActive: call, nothing more. You can't be sure if its because of syncing or because your user got a call.

About the crashes, make sure that you respond to memory warnings by freeing up as much memory as possible for the system, this should solve the problem in 99% of the cases.

0

精彩评论

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