Hi, for my personal need, i had to write a small class in order receive notification when the app is showing (foreground). Maybe it can be useful...
Hola! Estuve buscando por el foro y no encuentro en ningun lado la forma de recibir una notificacion via push en b4j. Lo que estoy buscando es...
Hello, I have a foreground service that navigates in a sqlite table and downloads some images, and would like to put a counter in the...
Public Sub CreateNotificationWithContent(Title As String, subTitle As String, Body As String, ImageURL As String, Identifier As String, Category...
Hello, I am working on an app that submits notifications several hours apart by a fixed or variable interval. For example, 10:00, 11:00 and...
Hello, I have an app where I use DownloadService to download and save files. Up until recently it worked fine on my test device (Huawei P20 lite,...
Hey folks! I'm currently running into an issue with one of my apps: - My app has a constant notification for a running service - On my old phone...
Hello, I tried to add an option for Push Notifications to my throw Erel's video Explanation. When referencing the libraries "Firebase Analytics"...
Hello, I was hopping if anyone can guide me with media style notification like the image below and what I mean is about both UI and the back-end...
Hi all, I wanted an easy way to create simple B4A notification icons consisting of a letter and a symbol; the symbol could then show things like...
HI, i use firebase to send notification to app.Thi is my code to show thw notification: Dim n As Notification n.Initialize() n.Icon =...
Hi everyone, I'm using NotificationBuilder library for my radio app. (Thank you very much to the developer @barx ). This is my Custom Layout File...
Hello devs, I'm trying to send a notification to the mobile, however on MOTO G6 the same presents this error icon! My Code:...
Hello everyone I want to handle notification click in firebase when the app is not running, i need to do some actions when the notification...
Hello, how can i group notifications with NB6? For example WhatsApp: [ATTACH]
I just found out that it's possible to customize the appearance of notifications on iOS, is this something that we can do in B4i also? More info:...
I just found that notifications on iOS can have actions, but I wasn't able to find anything in the forum about it. Has anyone figured out this and...
Hi Everyone, I'm having a problem where placing the app widget on the screen causes the notification title and body to be duplicated when the...
Hi Everyone, Can you check my coding and let me know where I made mistakes? I'm trying to display some text in the body area of SetInfo. In the...
Hello, I just implemented firebase notifications on iOs and Android, and they go well with the app turned on in the background. In iOS it shows...