uchicago-mobi / 2015-Winter-Forum

8 stars 1 forks source link

App Crash #191

Closed psajja closed 9 years ago

psajja commented 9 years ago

When ever I create any app and put it in background and then close the app by double clicking the home screen (in the simulator) and then swipe it in the upwards direction, my app crashes. I am trying to test the local notification when the app is closed. Is this normal ?

psajja commented 9 years ago

Never Mind. It works fine now. !! Thanks.

JRam13 commented 9 years ago

You can't close your app while it's running in the simulator (when triggered from xcode), it'll crash like you said. I'm not sure why you need to test out notifications while your app is forced closed- it should be the same as if your app is open or in the background.

psajja commented 9 years ago

Thanks for clarifying that. I was under the impression that the local notification would have different behavior when the app is in the background as opposed to being closed.