Комментарии:
I was already thinking that push notification in Xamarin only worked in ancient times ... Thanks so much for your contribution!
ОтветитьVery clear explanation..great!
Ответитьwhere do i get the user token for specific user?
ОтветитьCan Xamarin allow users to send push notifications to other users? Like an Administrator having special permissions on their app?
Ответитьhow can we send image and icon from firebase ?
ОтветитьGetting an Error "java.exe" exited with code 1. While checking the Buld Log it says " PROGUARD : warning : there were 100 unresolved references to classes or interfaces.
1> PROGUARD : warning : there were 2 unresolved references to program class members.". Please suggest what to do? Disabling the Proguard option in Release mode solves the problem but in that case the app size increases.
<category android:name="${applicationId}" /> is converted to <category android:name="$(applicationId)" /> when i build and showing the errorTag <category> attribute name has invalid character '$'.
ОтветитьThanks bro, Coded without any error. Sending Messages from firebase not displaying in mobile phone (android pie) any reason?
ОтветитьThanks bro, after some time i reopened app and checked working fine. Thanks bro, you saved my life. God Bless you..
ОтветитьThank you very much! I have been struggling with this issue for weeks
ОтветитьExcellent video, but a question as I show the notifications that are in the background. I would appreciate your answers.
Ответитьthanks
ОтветитьBro, I had one doubt, In the video you told that we can save generated token(device ID) into db, without any login information how can we save? or How can we get that device Id after login into the app? How can we access that device id wherever we want in application?
thanks in advance !
hi, how firebase message to display as display alert on xamarin?
ОтветитьHi first of all thank you for this tutorial. But i'm having some troubles, first the notification doesn't show on Head-up display and the sound + vibrate doesn't execute as well. Do you have a solution for this?
Ответитьhi i am working xamarin Forms with Sql Server Database i want to show notification to all users when data insert in specific table
Thanks
Bro i need your help i there any way to contact you?
ОтветитьThanks, bro it's working for me
ОтветитьThank you for the guide! Do you by chance have an iOS version setup or a link to it?
ОтветитьBro, Its working fine with android Oreo, but when i move to android pie, the code which we have written is deprecated and Applcation get crashed when i send push notification, in debug mode i got the bellow error
Java.Lang.RuntimeException: Unable to instantiate receiver com.google.firebase.iid.FirebaseInstanceIdInternalReceiver: java.lang.ClassNotFoundException: Didn't find class "com.google.firebase.iid.FirebaseInstanceIdInternalReceiver" on path: DexPathList[[zip file "/data/app/com.isat.GraduateGuru-tmLocHA5EVv0pwFs-XolYg==/base.apk"],nativeLibraryDirectories=[/data/app/com.isat.GraduateGuru-tmLocHA5EVv0pwFs-XolYg==/lib/arm64, /data/app/com.isat.GraduateGuru-tmLocHA5EVv0pwFs-XolYg==/base.apk!/lib/arm64-v8a, /system/lib64]]
Is there any way to come out of this issue? or is there any separate implementation?
thank you
In the file MyFirebaseIIDService how do you implement the method SendRegistrationToServer to send the newtoken back to firebase server ?
Ответитьthank you very gooooooood , Please for IOS if you can
ОтветитьI have a small question. how can i do an action when notification received ? should i creat an interface or something ? can u help me with that ?
ОтветитьThanks a lot!
ОтветитьPleae give Firebase push notification for iOS tutorial
ОтветитьHi i am using vs 2019 and facing an error in Notificationhelper class Resource doesn't contain a definition for raw... please suggest what should i do to overcome this bugs
ОтветитьThanks for the video on Android. Would appreciate if you can post the same on iOS.
ОтветитьSir, How can I achieve suppose I added a new employee from another project's FORM(responsible to add the employee) to database and in our xamarin project the notification appears about that employee and on clicking on that notification the details should be shown inside a page
ОтветитьNice videos on notifications! I was wondering, is it possible to use Firebase to send client to client notifications? (One user of the app on one phone sends notification to another user using the same app on another phone)
ОтветитьThankyou, from where we can get firsbaseinstanceid
ОтветитьHi Sir, i have problem when installing Xamarin.Firebase.Messaging and xamarin.googleplayservices.base. it says not compatible with netstandard2. i already download net 3.0 but cannot change in my project at Target framework. please help me to solve this sir. thank you.
Ответитьcan anyone share Playlist for full implementation???
ОтветитьNice tutorial !! Works good. What about if I want to send a notification to specific user when I click some button in my app? for example, I click a button in my app that says "Alert to John" and then John receives a notification that says "Hey John, David Alerted You!"
ОтветитьI got this error. How can I fix?
Java.Lang.RuntimeException: 'Unable to instantiate receiver com.google.firebase.iid.FirebaseInstanceIdReciver: java.lang.ClassNotFoundException: Didn't find class "com.google.firebase.iid.FirebaseInstanceIdReciver" on path: DexPathList[[zip file "/data/app/com.psycho.pushnotification-e_sjtAqqXoAhxwxIoaHOhw==/base.apk"],nativeLibraryDirectories=[/data/app/com.psycho.pushnotification-e_sjtAqqXoAhxwxIoaHOhw==/lib/arm, /data/app/com.psycho.pushnotification-e_sjtAqqXoAhxwxIoaHOhw==/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]'
Great explanations..
I have implemented this code in my xamarin forms application so i got the notifications when my app is running conditions. But when i have killed my app so notification is not coming just like whatsapp, linkdin and other applications.
So can you please let me know what should i need to do when my app is killed and I can get the notifications?
Thanks in advance :)
Thanks was very helpfull, best regards
ОтветитьDo you have by chance a working sample of iOS too? OR that is already implemented in the sample source code?
ОтветитьHow to get token device?
ОтветитьFirebaseinstanceiid is deprecated, what to do now..
ОтветитьCan you create a new tuto to push notification in xamarin?
ОтветитьThank you. Notification worked for me as expected.
I was trying push notification buy Onesignal but it was not successful many obstacles stopped me from continuing
Perfect !! Thank you !!
ОтветитьThanks for the guidance but there are two queries i want to have a look at it
first- app icon is not able show in notification
second- i want to navigate user to playstore on the click of notification
i have 7 errors in NotificationHelper.cs
i copy your code in github.
thanks
Hello, thank you for the tutorial ...
Please send us the NotificationHelper file ..
Hi, can you do video on fcm push notifications with image in Android and iOS, it will help us.
ОтветитьThanks for this tutorial but I am not receiving notification when app is killed. Can you please guide me how to use data message for this?
ОтветитьGreat.
I am getting an error @ mBuilder.SetChannelId(NOTIFICATION_CHANNEL_ID);
NotificationCompat.Builder does not contain a definition for SetChannelId.