views:

70

answers:

2

I face a very weird experience, when i receive multiple notification and then didn't response to it immediately. After a while, i pressed the view button and it open my application and show black screen.

BTW, the application is running at background when i click the view button and it also doesn't trigger didReceiveLocalNotification.

Does anyone know what is the problem?

Thanks

+3  A: 

When your application is running in background and if notification come, then it will calll applicationFinishLauchingwithOptions Method. So write ur logic in that part.

Apoorv
A: 

I have also same kind of problem in my case if i receive more than one notification and after that i click view detail on the top most popup it will go to the page where i redirecting but after that other popup also shown in this one if we click view detail button then nothing wilee happen.

aditya