notification

  1. Cebuvi

    Android Question Show notoficacion programmed to several hours

    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...
  2. M

    Android Question DownloadService random crash

    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...
  3. Nerdworld

    Android Question Always on Display - Notification Icon [Huawei Mate 20 Pro]

    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...
  4. A

    Android Question Problem when referencing "Firebase Analytics" and "Firebase Notifications"

    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...
  5. M

    Android Question Media style notification

    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.
  6. W

    Tool [Tool] Make your own notification icon with an ASCII and/or a FontAwesome/Material Icons character

    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...
  7. uniplan

    Android Question Icon app always show in status bar

    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...
  8. Yunus ÖZ

    Android Question Notification Play/Pause Problem

    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"...
  9. Flavio SOuza

    Android Question Invalid notification (no valid small icon)

    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)...
  10. M

    Android Question Firebase notification

    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?
  11. Alexander Stolte

    Android Question NB6 group notifications

    Hello, how can i group notifications with NB6? For example WhatsApp:
  12. Sandman

    iOS Question How to customize appearance of notifications?

    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
  13. Sandman

    iOS Question [SOLVED] How to use "Notification-Related Actions"?

    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...
  14. rleiman

    Android Question [SOLVED] Placing a widget causes notification title and body to be duplicated.

    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...
  15. rleiman

    Android Question [SOLVED] Displaying the body text in a notification.

    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...
  16. DactilPlus

    Android Question No Firebasenotifications when app is closed

    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...
  17. MarkusR

    Android Question Notification at Phone without using Google

    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...
  18. Jmu5667

    Android Question [RESOLVED] Question about New Notification Methods

    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...
  19. K

    Android Question Bakground service not working

    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
  20. K

    Android Question android show notification

    I want to show notification on android
Top