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 12:00.
After researching the forum I get it to work using a service in background and StartServiceAtExact but I have the following problems
if the...
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, Android 9, EMUI 9.1.0), but about 3 weeks ago it started crashing on downloading file without any message.
I use the DownloadService like this (I...
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 (Samsung Galaxy S7 Edge) i had a small version of my app icon on the "always on"-display.
- On my new phone (Huawei Mate 20 Pro) there is a small...
Hello,
I tried to add an option for Push Notifications to my throw Erel's video Explanation.
When referencing the libraries "Firebase Analytics" and "Firebase Notifications", an error message had shown up.
(When referencing "Firebase Analytics" the error was "Maven Article wasn't found...
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 also. I have seen this type of notification player in lot of applications but I wish if I can create one with b4a.
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 'there is a message' / 'there are no messages' / 'there is no network connection'. So I came up with MakeNotificationPng. Attached you'll find the B4J...
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 = "icon"
n.SetInfo2(titolo_push,messaggio_push,id_notifica,Main)
n.Notify(id_notifica)
n.Vibrate=True...
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
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"...
Hello devs, I'm trying to send a notification to the mobile, however on MOTO G6 the same presents this error icon!
My Code:
===============================
Dim n As Notification
n.Initialize
n.SetInfo2("ABC","123","news",Me)
'n.Insistent = True
n.Notify(1)...
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 clicked.
Can anyone help me?
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:
Customizing the Appearance of Notifications
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 would be willing to share a code example?
More info here:
Declaring Your Actionable Notification Types
Handling Notifications 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 user pulls down the notifications drawer.
Here's the code that places the title and body of the notification which is in the starter service.
Sub...
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 example, the text "This is my app name." is being displayed in both the "Title" and the "Body" area of the notification when I drag down 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 the notification when the app is off, but not Android.
Update the Android device, but I can not get the notification with the app off.
I followed...
hello,
i wonder why my phone get Notifications if it is off.
in my imagination there must be a service at phone
that is connected permanent to web or it poll for messages in a intervall.
did someone know that?
i will have the same achievement with a service in b4a.
can i get this with the...
Hello
I remember using the old notification method and it was quiet simple to use. Most of my applications have more then 1 background service running. I generally have a primary server running, svc_service, and it has the notification object defined in it. All the other services that need to...
Hii, I make background service app which show notification but it work in some device and not work in some devices.
Its work in Xiaomi MI A1 and not work in Redmi note 4.
I aslo use region service attributes == #StartAtBoot: True
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.