Px7-941
Px7-941
The other (https://github.com/CrossGeeks/FirebasePushNotificationPlugin) repo is for sending push notifications via Firebase Notifications. This plugin here is just an abstraction of the system APIs for APNS and FCM.
I am just a contributor and yes PRs are usually processed very quickly. Even I use in my daily project work (two Xamarin apps). I have contributed some improvements to...
Hi @euquiq , Topic based sending is more the question of how to send the push messages. And who takes over the management of the topics. FCM can work with...
@AndriyGlodan I can't do the review until Monday. We are also in the process of Android 12 (SDK 31) migration.
@rdelrosario Can you merge the PR?
@muhaym here is a workaround ``` ``` you can add the missing export flags with the manifest merge solution.
@kpto We had the same problem. The Android system creates its own default channel if the channel_id is not included in the push payload. This behaviour can be suppressed by...
@rjong Short answer, we have not had this crash yet. Can you provide more information? e.g. iOS version, device model, LLVM enabled, push payload, ... When exactly does this crash...
Unfortunately, this pull request does not solve the whole problem. I was able to debug the behavior a bit closer. When I set the Opera browser as default, no custom...