I am new to Android and I have been trying to show a Heads up action push notification just like whatsapp does. This is my configuration for my notification:
I have currently a problem to display image in notification (with an url). The problem is only on iOS, it works on Android. I'm using React Native Firebase : It
I want to use OneSignal on my app to send notifications to my users, and it is well documented and good, you should just act like this: https://documentation.o
I developed react native application with rnfirebase and notifee for sending the push notification. foreground is working properly, message is displayed only on
I have tried everything including changes in manifest file as well as putting the icon property in notification function but the notification icon is still whit
In our backend we are raising events for creating push notifications and message only through FCM (separated). One "message"(data only) for customer and the cl
Does anyone has an idea about Firebase Cloud Messaging support VOIP pushkit services. If yes then can someone please do provide guidelines for same. Same thin
We are working on a react native app, in which we have some features where we can do some actions using silent push notifications. we are using react-native-fir
I am receiving messages from firebase for notifications with APNs. In firebase, I have the certificate of APNs key, with the same id in the Xcode project in Fir
Hi there Android / HUAWEI friends! I am designing an App for Android. I have utilized Firebase to send push notifications to the device where the app is install
I know that it is possible to localize the message and title of a push notification, using title-loc-key, title-loc-args and loc-key, loc-args. So, that the sys
How can I disable showing notifications in my Expo app when the user is in a specific screen? I am currently designing a chat screen, and I want to disable push
I've tried to initialize AWSMobileClient.defaultMobileClient() from my AWS Mobile Hub sample project into my test project using this code: if (AWSMobileClient.
I have notifications from huawei push kit with click_action : {type : 3 }. When app is in background. I recieve 2 or more notification. After click on first no
I'm sending test push notifications form firebase>compose notification page. I receive push notifications on Android 8, 9, 10, 11, but not 12. And I have two
I am developing an event planning application, and I'm currently working on a feature for assigning an item to a guest. When the item is assigned, a notificatio
I'm having a weird problem with push notifications in an adobe air app for iOS and Android. I'm using the Easy Push ANE from Milkman Games along with the One S
I don't receive Push notification with Parse Server, i tried only from dashboard it says "SENT" but it's not delivered. Here's my index.js configurations :
I have implemented firebase cloud messaging and firebase functions to my app and used flutter local notifications and added a showNotifications function to make
I am new to React Native and am trying to create push notifications on iOS with push-notification-ios and react-native-push-notification. I am following a numbe