Questions tagged [richpush]
19 questions
4
votes
1 answer
iOS notifications actions without opening the app
Is there a way to intercept user's click on push notification or user's click on rich push notification action button, WITHOUT LAUNCHING THE APP? I have implemented all necessary settings to register for push notifications, to receive push…

Vladimir88dev
- 733
- 1
- 10
- 19
3
votes
0 answers
Rich Push messages Urban Airship
I am having troubles to get Rich Push messages working with Urban Airship for Android. I tried to implement by myself looking at the tutorials, but after many tries i decided to test first the sample app from the github:…

nsL
- 3,722
- 3
- 23
- 40
3
votes
0 answers
How to get message field in a rich push notification
I'm developing an application with a notification inbox using Urban Airship.
A rich push notification contains title and message. It's sent as a JSONObject, i.e.:
{"aliases": ["user@mail.com"], "push": {"aps": {"alert": "ei!"}}, "title": "New…

frayab
- 2,512
- 20
- 25
2
votes
1 answer
Open App from Context of Rich Notification iOS12
I have user interaction enabled on an implementation of UNNotificationContentExtension. How do I open the application once the user is done interacting with UNNotificationContentExtension / ondemand?
Note, that UNNotificationAction is specifically…

Joshua Wolff
- 2,687
- 1
- 25
- 42
2
votes
1 answer
IOS - Rich push duplication after being handled by clicking on UNNotificationAction
After the rich push is handled in the background (user clicked on an UNNotificationAction without opening the app - no foreground)), then when you enter the app, there is a duplicate push event resulting in "didReceiveRemoteNotification"…

Yair hadad
- 437
- 3
- 17
1
vote
0 answers
Disable Keyguard from Notification CustomContentView
Our application shows a Notification with a CustomContentView (Rich Notification). The View has multiple actions on it, these Actions will open the main Application. However I am unable to request the Keyguard to be disabled (Show the authentication…

David Gölzhäuser
- 3,525
- 8
- 50
- 98
1
vote
0 answers
IOS Local Rich notification with image attachment: Avoid expanded
I am working with local notifications on iOS (UserNotifications).
I attach an image in the content of the notification.
What I want to do is that the image does not show expanded on push (I need it to be hidden or it is just not possible to expand…

HitsuFZ
- 11
- 1
1
vote
1 answer
can we use UICollectionView inside notification content extension?
I want to a horizontal scrolling view(UIColectionView or iCarousal view) inside notification content extension but it is not scrolling.
I just added a simple collection view with 5 cells but it's loading only first cell and it's not scrolling. So is…

Ashok
- 180
- 1
- 7
1
vote
2 answers
How to show image in UNNotificationServiceExtension?
I added the UNNotificationServiceExtension to the application, I successfully get the data, and I load the image that comes in the data to push notification, but I can not display this image in the push notification window. Please tell me how it can…

Alexander Khitev
- 6,417
- 13
- 59
- 115
1
vote
3 answers
How to run app with UNNotificationServiceExtension on pre iOS 10?
My app implements the new iOS 10 rich push NotificationService extension.
Everything works as expected on iOS 10, but I also want to support pre iOS 10 devices - of course not rich push, but just regular push. When lowering the deployment target in…

electronix384128
- 6,625
- 11
- 45
- 67
1
vote
0 answers
How can i differentiate normal push notification from rich push notification?
I currently integrated Urban Airship in my application, i implemented simple push notification and i also implemented the rich push notification, now both of them works properly, when i send a normal notification it is received correctly, and when i…

Alexy Ibrahim
- 554
- 1
- 7
- 20
0
votes
1 answer
Promotional pushnotification with image in IBM mobile First 8.0
We are working on Hybrid Mobile applicaiton,(IBM Mobilefirst8.0,IONIC3.0,Angular4.0),
We are tring to send promotional push notificaiton (push notifciation with image),We are able to send pushnoticaiton with text but unable get image ,
what we tried…

smitha dharan
- 3
- 1
0
votes
2 answers
Rich push notification not working with FCM in IOS
I've added UNNotificationServiceExtension and UNNotificationContentExtension in my project for rich push notification. Please refer the code below which i've added for the same.
Code:
#import "NotificationService.h"
@interface NotificationService…

Aneesh
- 107
- 7
0
votes
0 answers
Displaying Image Push Notification in notification bar Objective C
I am already implemented the normal push notification in ios using firebase and its working fine. Recently I have seen that rich push notification is introduced from iOS 10 ownwards.
I am trying to implement it in Objective C using firebase push…

Sibin Francis
- 581
- 2
- 12
- 30
0
votes
1 answer
Is there a way to attach an image to a push notification without using the Notification Service Extension?
I am currently working in a project where we already have the setup for push notifications in our application's main target and now we want to add the rich push functionality. I made a lot of research on the internet and couldn't find a way to…

Görkem Önder
- 1
- 4