Why on Xamarin Forms push notifications come twice only for Android?
See original GitHub issueI’m using PushSharp through WCF Service on the server and plugin from this repository on the client(phone). From the server i send only one notifications(add logging and ascertained). But on the client only for Android in method void IPushNotificationListener.OnMessage(JObject arameters, DeviceType deviceType)
message appears twice in fact the same time. How to fix this bug?
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Xamarin Firebase push notification - intermittent duplicate ...
On Android, sometimes it receives duplicate notifications: intermittent (not always); on some devices only; happen on all scenarios when app is ...
Read more >Duplicated Notifications
Usually duplicate notifications occur due to sending the same push data multiple times. If you see multiple notifications sent in your Delivery Tab...
Read more >SOS! Xamarin Forms Push Notifications is driving me crazy ...
Phone B (Asus Zenphone) receives the 'notification' only when it is opened. - PhoneB can receive notification only when App is Opened. When...
Read more >Send push notifications to Xamarin.Forms apps using ...
Learn how to push notifications to Xamarin.Forms apps that use Azure Notification Hubs via a backend service.
Read more >Implement Push Notifications with Xamarin.Forms ... - YouTube
Forms Android app. We will see how to setup a Firebase project, get all the bits we need all the way down to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Check that there are no additional receivers in your AndroidManifest.xml. We had the same problem because push notification were handled both by Xamarin.PushNotification plugin and by com.google.android.gms.gcm.GcmReceiver receiver defined in AndroidManifest. Removing excess receiver fixed the problem.
do screens of this case for Android in Debug mode version 1.2.4 http://tinypic.com/view.php?pic=no5yio&s=9#.V9FTGph96Uk http://tinypic.com/view.php?pic=2ly1xdh&s=9#.V9FTT5h96Uk