notification

  1. Duque

    Spanish Receptores VS Servicios

    Hola Según esta discusión nos esperan problemas con Android 12+ El debate es sobre los servicios y receptores después de android 12+ Según lo que entendí me puse manos a la obra para actualizar... yo tengo una aplicación donde el usuario configura un recordatorio, este lo programo de la...
  2. Flavio SOuza

    Android Question The application does not open using the Firebase Push Notifications

    I'm trying to use 'Firebase Push Notifications 2023+', and I implement it correctly following the tutorial. When debugging the application on the physical device, it simply closes without showing any kind of error. The same thing happens with the sample project. I configure it with my keys...
  3. M

    Android Question Clicking on the notification and running the service

    Hi How can I create a notification with a big image using a library: https://www.b4x.com/android/forum/threads/nb6-notifications-builder.91819/#content which when clicked run a service without bringing up any activity?
  4. M

    iOS Question BLE SetNotify does not return anything

    Hi everyone, i've used BLE library with Android and i have the necessity to use the SetNotify method. On Android this method return a boolean value to tell if the operation went ok or not. On iOS seems that the SetNotify method does not have a return value. I use the return value to wait for...
  5. joko0124

    Android Question Notify selected user from User ID

    Hi B4A Masters! Is it possible to notify user without logging into the app? If it is, can you teach me how? Thanks in advance!
  6. Brian Michael

    B4A Library [B4A] [XUI] BMPopUp v1.1

    [UPDATED V1.1] Hello everyone, it is a pleasure for me to show you my first library for B4A. BMPopUp is a library that will allow you to create PopUp messages in your applications. You can change the look as you like. Thanks in advance for visiting I hope you like it. Normal PopUp...
  7. I

    Android Question Notification with background app (SOLVED)

    I am using NB6 to display notifications. If the app is in the foreground when the notification arrives and I click on it, it takes me to the indicated page, but if the app is in the background when I click on the notification, it disappears and does not take me to the indicated page. How can I...
  8. R

    Android Question NB6 Custom sound and HIHT priority

    Hi, I have a problem with the NB6 notification library. I'd like to make a notification with high priority and a custom sound, goes I see it can't be done. The setCustom function doesn't set the custom sound to false if we are in isChannel = true mode, how can I do to disable the defautl sound...
  9. Duque

    Android Question [RESOLVED]Open android.settings.APP_NOTIFICATION_SETTINGS

    Greetings This worked until https://www.b4x.com/android/forum/threads/i-need-open-a-app_notification_settings-via-intent.73532/#post-476761 VERSION.SDK_INT 25 Since then he says: VERSION.SDK_INT 26, 27, 28, 29, 30... "The application is not in the list of installed applications" After reading...
  10. S

    iOS Question Strange firebase behavior. Application_RemoteNotification is not called

    Strange firebase behavior. When I send a message from IOS using this code, Private Sub SendMessage(Topic As String, data As Map) Log("MyTopic ------------> "& Topic) Dim Job As HttpJob Job.Initialize("fcm", Me) Dim m As Map = CreateMap("to": $"/topics/${Topic}"$) If...
  11. O

    Android Question Notification are too slow

    I slightly reworked the BLE example so that I could receive notifications. After the revision, the notifications work, but the speed is very low. Namely, I manage to receive only 20% of the data from the sensor. Does anyone know any faster way to receive notifications. Otherwise I test on MIUI...
  12. Angel Garcia

    iOS Question Remote Notification> UserNotification_Action with more than one parameter

    Hello all, Maybe this is a silly question, i was able to implement silent notifications and regular push notifications. Im using the UserNotificationClass from Erel. My problem is that when the user clicks on any action of the buttons it only gets the actionIdentifier string (that is the button...
  13. A

    Android Question Icons for notifications

    Hello. A strange thing is happening. I have a standard icon.png file in the \ Objects \ res \ drawable folder. I want to dynamically change the notification icon. When I add to the folder (according to the instructions!) A file, for example, icon2.png, it disappears when the project is compiled...
  14. M

    iOS Question Schedule repetitive notifications

    Hi eveyone, i was looking for a way to show a repetitive notification without firebase. i already took a look to this tutorial and this also. I was wondering if there is a way to show a notification every day at a specified time, without the need to open the app. Scenario: User opens the app ->...
  15. A

    Android Question Detecting when a notification NB6 is dismissed by the user?

    I need to handle the event when the user swipes the NB6 notification. I can't figure out how to do this? Very much appreciated in advance.
  16. KMatle

    Android Code Snippet FCM messages/notifications: Use Phonewakestate to throw notifications without delay

    I mentioned that my fcm messages arrive without delay (data messages), but throwing a notification (even with high priority) doesn't work all the time when the phone sleeps. Setting the phonewakestate before throwing the notification and releasing it after seems to work: pws.PartialLock...
  17. M

    iOS Question aps certificate expiring - what to do?

    Hi everyone, I’ve an app published on the store that receives notifications using firebase . I received an email from apple reminding me that the aps is about to expiring. What I’ve to do? The app will stop to receiving notification ? thanks in advance !
  18. M

    iOS Question Forward notification via bluetooth

    Hi everyone, I've a question. There is a way to forward notifications to an bluetooth device, like the 10$ smartwatch does? Thanks
  19. Alexander Stolte

    B4A Library [B4X] [XUI] AS DropDownBox - simple in app snackbar/notification/information panel

    I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal. :) Swipe to hide. ASDropDownBox Author: Alexander Stolte Version: 1.02 ASDropDownBox Events: Click...
  20. M

    iOS Question Firebase Messages does not trigger _RemoteNotification

    Hi everyone, today i opened a project that i had finished some month ago. In this project Firebase Messages was used. It Works now, the problem is that the sub "Application_RemoteNotification" does not trigger anymore when the app is open, but it show the banner in overlay, like if it is closed...
Top