Questions tagged [notificationservices]
28 questions
1
vote
1 answer
How to get breakpoint into NotificationServiceExtension?
Is it possible to get debug point into NotificationServiceExtension when app is into killed mode.
actually what i suppose to achieved is that saved remote notification data into database but in some random cases data not saved into database.
Help…

Bucket
- 449
- 3
- 20
1
vote
1 answer
Prevent show push notification using iOS Notification Service Extensions
I know that with the iOS Notification Service Extensions it is possibile pre-process the push notifications.
I'm searching for a procedure that allow me to skip the push notification is a condition is verified.
For example if the push is not…

Sky010DotMe
- 71
- 1
- 7
1
vote
1 answer
Check Some modification Logs in Notitifcationservice.m file(notification service extension)
for modification purpose of notification we used notification service extension but i am not able to find out some logs in my xcode console.
(void)didReceiveNotificationRequest:(UNNotificationRequest *)request withContentHandler:(void…

SANTOSH
- 183
- 1
- 15
1
vote
2 answers
Not Receiving notification from GCM sent from Notification Server
I am trying to implement a notification server for an android app. I followed the tutorial http://javapapers.com/android/google-cloud-messaging-gcm-for-android-and-push-notifications/ and its working fine. But now the entire thing of server side is…

SwagDevelopers
- 109
- 2
- 12
1
vote
2 answers
BinaryWriter.Write is not creating the .pdf file
I am using this function to write a report into a pdf file and send it as an attachment in a email.
string strNovaQueryString = string.Empty;
string pathFile = "";
string[] fields;
string[] values;
fields = ParamRelatorio.Split('|');
foreach…

Mucida
- 603
- 9
- 24
0
votes
0 answers
Appstore connect warning with bundle version
i added new targets to enable Rich notifications in iOS. while archiving an application it is showing the below warnings. should i change the new target version number to existing app version target number ? does it impact anything of app…

Code cracker
- 3,105
- 6
- 37
- 67
0
votes
1 answer
How to Remove Heads Up notifications programatically in Android Studio?
I have researched a lot about this but I cannot find a single working solution. I want my app to disable all notification not by a button or something but automatically. I'm developing an app which have a silent screen i.e. the screen is black but…

Abhishek
- 63
- 1
- 7
0
votes
0 answers
Detect Notification Click
So I'm in this situation where I have to detect a click on the notification and read its metadata using AccessibilityService. For this I'm currently using AccessibilityEvent.TYPE_VIEW_CLICKED but it doesn't seem to work. It is not able to capture…

Rektirino
- 582
- 5
- 24
0
votes
1 answer
UnityEngine.iOS.NotificationServices.CancelLocalNotification does not remove notifications
I am currently building a class to handle notifications for my Unity3D game for iOS. But when I am using UnityEngine.iOS.NotificationServices.CancelLocalNotification (nt); nothing happens to the scheduled notification.
Can someone help with…

Jeppe Søndergaard
- 21
- 1
- 7
0
votes
0 answers
Android Service connection to external database
This is my first post. I'm working on a project where User keep sending data to the Server and a Clint receives it. Just assume the example of Facebook where friend post things and we get Notification. I'm currently doing the same trying to make a…
user6996814
0
votes
1 answer
Filtering application in NotificationListenerService
i'm using NotificationListenerService to retrive the informations from notifications. Actually i can display in a textview only the last notification that i see in the notifications bar. I want, if possible, filter this method and display only the…

Atlas91
- 5,754
- 17
- 69
- 141
0
votes
2 answers
SQL Query Notifications and GetDate()
I am currently working on a query that is registered for Query Notifications. In accordance w/ the rules of Notification Serivces, I can only use Deterministic functions in my queries set up for subscription. However, GetDate() (and almost any…

Nathan
- 1,435
- 5
- 18
- 28
-1
votes
1 answer
Show notification every 1 minute Android
I want to run a service whenever the user opens the app and then make it run as long as the app is installed for every 1 minute. The service will check if there are new orders by making an API call and if there are then it'll show a notification.
I…

Akram Hussain
- 472
- 8
- 23