pengham
pengham
What I did is before Archive, manually add android:exported="true" to PNFirebaseMessagingService in AndriodManifest.xml which can be found obj/Release/andriod.
> I tried Plugin.PushNotification, I still have to manually add android:exported="true" like I did for Plugin.FirebasePushNotifications.
I have a similar problem. I tapped push notification, OnNotificationOpened won't execute only when application in background. Plugin.PushNotification: 3.6.9 iOS device: 15.4.1 Xamarin: 5.0.0.2401 VS: 2022 (17.1.6)
> Working with a project: > > Plugin.PushNotification: 3.6.9 iOS device: 15.4.1 Xamarin: 5.0.0.2196 VS: 2019 (16.11.13) > > The App is already receiving push notifications, it's executing "CrossPushNotification.Current.OnNotificationReceived" OK,...
> @jbowmanp1107 In my case I had problems with all Android devices. After 2/3 days of notifications successfully sent to a device, I started getting the error "Requested entity was...
Thank you for your attention on this. Hope 2.9.4 will release soon.