Questions tagged [remote-notifications]
136 questions
0
votes
3 answers
iOS not showing Rich Notification
I am using sailThru in my iOS app, i need to show Rich Notification when triggered from sailThru dashboard. But notification arrives as simple push, instead it should arrive as Rich notification.
Also, override func didReceive(_ request:…

Programming Learner
- 4,351
- 3
- 22
- 34
0
votes
2 answers
Relationship between ReceivedRemoteNotification and DidReceiveRemoteNotification
Would you believe it, not a single result when I search for this. The Xamarin APIs on developer.xamarin don't mention any relationship between the two either.
And to make things even more complicated, developer.apple says…

AjLearning
- 379
- 5
- 16
0
votes
0 answers
Userdefault not updating value when app is INACTIVE state or on getting notification when app is TERMINATED
I want to store a value in userdefault to show badge value on tab item. Code working fine when app is in foreground and background state. But its not storing value in userdefault in Inactive state. So, when i launch app i am not able to get received…

Manisha Sharma
- 31
- 3
0
votes
1 answer
how to redirect user to various screen based on remote notification type
I am receiving remote notification's in my application. Following code is written in AppDelegate file which called when i receive notification.
get notification when app is in background
func application(_ application: UIApplication,…

Deepak
- 1,030
- 2
- 10
- 21
0
votes
2 answers
How do you get to the values of ALL the tokens on your server?
I'd like to get the collection of ALL my FCM user iOS device tokens from this path in my Firebase Database:
BootCamp/Notifications/iOS
At this location, an autoIDChild is created to store the users' device tokens as "deviceToken".
I've been trying…

KarmaDeli
- 610
- 1
- 6
- 16
0
votes
1 answer
How to change how a remote notification is presented before presentation?
How should I change how a remote notification is presented in iOS before the system presents it? In fact, silence it. There are times where my app has canceled a Firebase topic subscription locally, but that cancellation is not delivered to the…

Nicholas
- 747
- 7
- 23
0
votes
0 answers
iOS: Setup of GeoFence via Remote Notification seems not to work
for a PoC I have to test the following requirement. The client wants to send out remote notifications, which hold data for geofences within the notification. I do not mean "normal" notifcations, instead I mean "silent" notifications. The user will…

Norman
- 51
- 5
0
votes
2 answers
iOS RemoveDeliveredNotifications(string[] identifier) will not delete the notification(s) when app in background
maybe someone can help me.
In my app I'm using push notifications to inform the users that a new message is written to the database. One user can accept the notification and work with the content or dismiss it. If the user accepts it, a silent push…

TheOneThing
- 5
- 5
0
votes
2 answers
iOS 11.2.5 - didRegisterForRemoteNotificationWithDeviceToken - no response
Starting with the OS 11.2.5 my devices weren't able to register a remote notification (e.g. for silent push purposes. I implemented the registration process within these code lines:
// Ask for notification…

AlexWoe89
- 844
- 1
- 11
- 23
0
votes
0 answers
iOS MVC - What if model needs additional information from user?
In my iOS app, there is a condition under which I'd like the user to confirm that he wants to receive remote notifications if he hasn't already, then perform the registration (using registerUserNotificationSettings before iOS 10 or…

ScottyB
- 2,167
- 1
- 30
- 46
0
votes
0 answers
Getting crash when click interactive notification body in iOS
I have implemented interactive notification into app. Into interactive notification have two action buttons 'Ok' and 'Cancel'.
I have implemented a code on click of particular button. But when I click interactive notification body and not on action…

Swarup
- 11
- 6
0
votes
1 answer
How to remove remote notification from notification center after a minute passed?
I am searching for a solution for how to accomplish above, no success so far.
The way it should work:
Notification arrives to device, and after a minute it deletes itself.
What I have already tried:
Sent a silent and a non-silent…

Zsolt
- 49
- 8
0
votes
1 answer
How to pass the remote notifications I have for Iphone to Watch OS?
I'm developing a very huge App, that already has Remote Push Notifications. This notifications also includes the Facebook ones, and they're showing very well at the iPhone and iPad, the thing is that now I need to show the same notifications at the…

Zita Noriega Estrada
- 99
- 2
- 14
0
votes
1 answer
Android Remote Notification ReCreates Activity (Xamarin C#)
I am using Firebase to generate a remote notification for my App.
My Activity chain is as follows
Splash Activity (Launchmode SingleTask, NoHistory = True)
calls
Login Activity (Launchmode Standard (default), NoHistory = True)
calls
Main Activity…

MHugh
- 455
- 1
- 7
- 20
0
votes
1 answer
How to switch push notification providers without re-prompting to enable push notifications?
There are many third party push notification providers like Appboy (Braze), Localytics, Urban Airship, etc. Our app is in production using "Provider A" but we are switching to "Provider B." Fresh installations get push notifications, but upgrade…

AtomicBoolean
- 1,070
- 13
- 19