Is there any limitations in the number of notifications we can post at one time. We are posting 2 different kinds of notifications when application comes to the foreground. Handling of these notifications happens from a thread other than main thread. We are seeing few crashes when we keep the device sleep for some time and then awake and bring the application up. It crashes on one of the notification observer handler.
Any clue what could be the reason?