'When i push firebase notification, receive method working twice on iOS?

My App.xaml.cs

I send only one notification but method working twice on ios (the method working one times on android)


CrossFirebasePushNotification.Current.OnNotificationReceived += (s, p) =>
            {
               // go twice inside of this method on IOS
            };


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source