You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #175 published in v1.4.1 changed how local notification data is transformed such that it breaks local notifications if you have not updated your AppDelegate to use UNUserNotificationCenter.
Can we add some documentation to make it clear that you must change your AppDelegate? If you are still using application:didReceiveLocalNotification:, the notification will appear but the title and body will be undefined.