iOS Push Notification Banner shown twice for a single Push

I was experiencing the same issue, but after countless hours trying to debug, I realized that I was calling registerUserNotificationSettings(settings) twice in didFinishLaunchingWithOptions:. Verify that you’re not doing the same

Leave a Comment