phonegap / phonegap-plugin-push

Register and receive push notifications
MIT License
1.94k stars 1.91k forks source link

iOS Foreground Notification Fix #2935

Closed Sugamsm closed 4 years ago

Sugamsm commented 4 years ago

Description

iOS Notifications didn't appear on Foreground

Related Issue

https://github.com/phonegap/phonegap-plugin-push/issues/2783

How Has This Been Tested?

On iPhone 8+, iOS 13.5.1

Screenshots (if appropriate):

Types of changes

A simple NotificationPresentationOption was required while handling in Foreground.

Sugamsm commented 4 years ago

Tested Successfully!