i know how can detect when application terminated. mean terminated, not going background mode. have used event, , doesn't fire :
applicationwillterminate
what achieve kind of event or notification when user taps home twice , presses red baloon on app. don't care application going background mode, there couple of events handle , work fine.
i need can "inform" server stop sending push notifications apns apps terminated , aren't running in background.
if know of easier way achieve this, i'd glad hear :)
thank you
angel, you're asking cannot done. app terminated sigkill. unstoppable, not catchable, no notifications. there no difference between system-initiated termination or 1 requested user.
you'll applicationwillterminate if app doesn't support background processing.
Comments
Post a Comment