FirebasePushNotificationPlugin | Firebase Push Notification Plugin for Xamarin iOS | Notification library
kandi X-RAY | FirebasePushNotificationPlugin Summary
kandi X-RAY | FirebasePushNotificationPlugin Summary
Firebase Push Notification Plugin for Xamarin iOS and Android
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of FirebasePushNotificationPlugin
FirebasePushNotificationPlugin Key Features
FirebasePushNotificationPlugin Examples and Code Snippets
Community Discussions
Trending Discussions on FirebasePushNotificationPlugin
QUESTION
I use this plugin for my Xamarin Forms app(android). Any event not fire when app is in background. Events work when the application is in the foreground. But app is background any event not fire, the app is just opening. But I need to pass the message parameters to the application. I'm not sure if this is a bug, maybe this is my mistake. I will be grateful for any help. I use this api for send message:
https://fcm.googleapis.com/fcm/send
This is my payload:
...ANSWER
Answered 2020-Jul-12 at 13:08When the app is in the background firebase use their notification system that way your code not called.
If you want that your code will be called you need to pass the data through the data object only and not use the notification object.
so your notification object need to be like that:
"data": { "id_serv" : "12", "id_group" : "1", "click_action":"Accept", "body" : "test", "title" : "test" },
"priority": "high", "condition": "'g1' in topics" }
More info here: FB Receive massages
QUESTION
i'm using xamarin iOS FirebasePushNotificationPlugin for cloud messages, but i'm receiving the token but i can not receive any notification. CrossFirebasePushNotification.Current.OnNotificationReceived
even not firing.
here is how my appDelegate looks likes.
...ANSWER
Answered 2020-Jul-03 at 14:52Issue is based on Apple key, apple key should be upload to firebase cloud panel and it'll work
QUESTION
I asking this question for clarification about push notification in xamarin. I have a xamarin.forms app which will display certain items in list view.The back-end of my app is in .Net. The items which shows in list view inside app is added from back-end.What I am trying to achieve is whenever items add in back-end, I want to receive notification in my app.
For the notification part I found two options.
- FirebasePlugin Link
- Azure push notification
I need some clarifications about
- Which way should I follow? Is there any other cost effective way to implement push notifications in ios and android in cross platform way(Xamarin.forms)?
- For implementing push notifications in ios ,is APN certificate is mandatory? Currently I don't have apple developer account.So for testing notification in ios seems difficult. Any help or guidance is appreciated
ANSWER
Answered 2020-Jan-02 at 11:54- Which way should I follow? Is there any other cost effective way to implement push notifications in ios and android in cross platform way(Xamarin.forms)?
From my experience the easiest way for me was to use firebase console to manage notifications both for Android and iOS. I have similar platform that uses push notifications to users whenever webapp database is updated, by certain users. To my disappointment Azure Push were more complicated to manage.
- For implementing push notifications in ios ,is APN certificate is mandatory? Currently I don't have apple developer account.So for testing notification in ios seems difficult. Any help or guidance is appreciated
Yes. Apple developer account is mandatory. Moreover you cannot test your push notifications on iOS emulator. You must use physical device.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install FirebasePushNotificationPlugin
Install into your .NETStandard project and Client projects.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page