remote-notifications Questions
3
Solved
So I updated the firebase_messaging and I had to change my code because FirebaseMessagin.configure() is deprecated and now when I receive the notification and click on the notification it doesn't o...
Bulrush asked 7/4, 2021 at 8:45
8
Solved
Is there a way to clear the remote notification from the notification banner when swiping down from the top of the iPhone screen. I tried setting the badge number to zero:
application.applicationI...
Twentyfourmo asked 21/5, 2015 at 3:58
3
Solved
i have a ios application where to which i send remote notification when sending notification from server i am setting content -available = 1 and sound = ""
When on IOS device i am using
applic...
Foley asked 12/7, 2017 at 12:31
2
Notification Service Extension modifies the content of a remote notification before it's delivered to the user. For example if a remote notification contains an image URL, Notification Service Exte...
Chairborne asked 21/5, 2019 at 20:59
6
Solved
I'm using FCM server for remote notifications, it worked perfectly with sending and receiving notifications.
My problem is when the device is in the background, this function func application(_ ap...
Fenske asked 14/10, 2018 at 9:4
3
Solved
I've used react-native-fcm for remote notification in android and iPhone.
react-native-fcm
In Android foreground I'm not be able to getting remote notification in notification bar.
In background...
Oleander asked 31/1, 2019 at 5:58
1
I am working on Rich Notification for a Weather App which is sent via FCM.
First of all, I would like to inform you that my notifications are sent and received successfully both with APNS and FCM....
Lindholm asked 19/3, 2018 at 10:13
1
I have noticed a different behavior of didReceiveRemoteNotification between APNS production and development environment.
In development mode (build using development provisioning profile) this met...
Siblee asked 4/9, 2017 at 9:53
0
I created subclass of UNNotificationServiceExtension to show remote attachment in notification. Randomly, attachment doesn't show.
Issue is hard to reproduce, but some users reported, that after r...
Stagey asked 31/7, 2017 at 14:20
2
Solved
I'm working on App that have push notification property. And I should enable/disable the push notification permission within my app without go to iPhone settings.
Is there a way to implement that...
Olson asked 7/2, 2016 at 8:5
2
Solved
In my app I want to enable/disable push notification from the settings page of my app itself.Can any one suggest me a solution to turn on/off the status of app in notification center from the app ?...
Turcotte asked 11/12, 2012 at 6:12
1
Solved
When your iPhone receives a WhatsApp/Telegram push notification e.g.
wife:
"buy pizza"
Question1: Is it that the app has to download/receive that itself. That is the banner that pops up on the p...
Escaut asked 8/6, 2017 at 17:32
1
Solved
After updating Xcode version to 8.0 I'm getting this error. When trying to register for remote notifications I can see in my logs like this
Error Domain=NSCocoaErrorDomain Code=3000 "no valid 'ap...
Mauriac asked 14/9, 2016 at 15:53
1
Solved
In Xcode under app capabilities there is an option to turn on Push Notifications. Under Background Modes there is also an option to turn on Remote Notifications. What is the difference? Pros/Cons?
...
Electrocardiogram asked 30/8, 2016 at 19:4
1
© 2022 - 2024 — McMap. All rights reserved.