I've noticed that sending a Push notification results in the following behavior:
See how the banner is shown a second time, after a short delay?
At first I thought that our backend was mistakenly sending 2 push notifications, one after the other.
However, this appears to be default iOS behavior for a single Push notification. The banner is shown, then immediately "shown again". This results in this jittery UI shown in the gif. The banner appears to be received twice.
Tested using iOS 9.0.2.
I do not recall seeing this behavior from other apps that send me Push Notifications. Am I doing something wrong that would cause the banner to show twice?
Radar:
Engineering has determined that your bug report (23133694) is a duplicate of another issue (23130766) and will be closed.
We were facing the same issue on IOS 9.3.1
We used urban airship for managing notifications and this was our setup
After many attempts we simply removed the following line and it worked!
I hope this will help someone.
I know this answer is a couple years after the original post, but in case this helps anyone...
In my case, I was using CloudKit notifications and had accidentally created two subscriptions that tracked the same record type!