I'm detecting app uninstalls using FCM. I'm sending silent notifications to users, if I'm getting <code>NotRegistered</code> response, I know that the app is uninstall...
I tried many different tutorials, followed e.g. this one <a href="https://medium.com/flutterpub/enabling-firebase-cloud-messaging-push-notifications-with-flutter-39b08...
I did exactly the same things in google's documentation but it does not work. I faced with <strong>No such module 'Flutter'</strong> Here is the code examp...
How can I make the notifications to show in the status bar instead of queuing up and received in the app when brought to the foreground? I have set up the FCM-...
In my fcm cloud function to send notifications to other players, it fails to send when I add the apns layer. When the apns layer is removed, notifications appear on an...
I am using pushtry (<a href="https://www.pushtry.com/" rel="nofollow noreferrer">https://www.pushtry.com/</a>) to send apn notification to iOS device, but its showing...
We are using Flutter for our mobile app and also using nodeJS for Backend . In our app login is handled by AWS Amplify and for sending notification we are using Amazon...
am currently working on an application am using socket.io and node.js to carry out the real-time activity of the application, am using Agora.io for the voice and video...
I have setup push notifications using APNS for iOS (Using Swift) in the flutter App. didReceiveRemoteNotification is getting triggered when the app receives a push not...
I have a flutter project which is running on iOS, Android and Web. Now my challenge is to support push notification in Safari browser (webapp flutter). I should...
I have built an application with flutter that works like a reminder.<br> How can I display notifications to the user even though the app is closed?
Would anyone be why i get this error when i try to send a notification to a Iphone Physical device ?? <pre><code>Error sending message { Error: Requested entity wa...
I was wondering why I was billed for using FCM throughout my app development lifecycle although FCM is priced for free here: [https://firebase.google.com/pricing][1]</...
Am trying to create an app that will connect users together using Agora.io, but at some point, I decided to make it a calling app instead of creating a channel and joi...
I am new to flutter and developing Permission demo in flutter. I used <strong>simple_permission</strong> plugin for the same,this plugin works in android but in ios it...