push

  1. NetChain

    Android Question Addressing Firebase Messages to Particular Users

    It might be a simple question, but what is the best practice to send messages addressed only to a particular user? I've successfully tested delivery Firebase messages to my phone. I've made a test sending program in B4J and an app in B4A and they both work. But I couldn't find any information...
  2. S

    Android Question Multiple Push Notifications possible?

    Hello all, I am new to B4A and I have followed Erel's tutorial exactly how he shown in his video including Firebase. My problem is though that when the notification is displayed on my phone, I have to swipe it away so when I run the B4J side of it again, it pops up again. It does not do...
  3. M

    iOS Question Push not receive

    Hi, I Implemented push notifications in my app. used this tutorial It was working very well, but from today not receive any push. I delete all file and I did everything again from the beginning but not receive. Why?
  4. M

    iOS Question Automatic opening of the application when receiving a push

    How we can open app automatically when receive push? (App is close) Is there such a possibility? Private Sub Application_RemoteNotification (Message As Map, CompletionHandler As CompletionHandler) This sub raised when the user clicks on the notification or app is open.
  5. 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 !
  6. amorosik

    Italian [B4X] Mqtt vs Firebase Realtime vs notifiche push (Firebase Cloud Messaging)

    Per comunicare rapidamente da pc centrale a uno o piu' smartphone Android ho usato finora Firebase Realtime oppure le notifiche push Firebase Cloud Messaging Vedo che usando il sistema di messaggistica su server Mqtt sono realizzabili grossomodo le stesse funzionalita' Ci sarebbe pero' il...
  7. M

    Android Question Push Notification (Firebase) Not showing on some smartphones

    Hi everyone, i recently distributed an app that includes push notification. the notifications are locally created with the NB6 class. Unfortunately i‘ve got some feedbacks from my user saying that they are not receiving the notifications. I asked them what phone they are using: 90% Huawei, and...
  8. Z

    Android Question FirebaseNotifications - Push messages

    Trying to do everything like here https://www.b4x.com/android/forum/threads/firebasenotifications-push-messages-firebase-cloud-messaging-fcm.67716/ but I get stuck when adding firebasenotification i libraries manager...it is missing. I think it has something to do with paths, sdk manager or...
  9. M

    Android Question Firebase notification arrives only with app running

    Hi everyone, i used this tutorials: https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/ https://www.b4x.com/android/forum/threads/firebasenotifications-push-messages-firebase-cloud-messaging-fcm.67716/ In the second one @Erel shows that he kills all the app in...
  10. A

    Spanish B4J PUSH

    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 enviar desde php la push para que reciba un b4j esta notificacion y a partir de ahí realice una acción. Encontre siempre que b4j haga de servidor que...
  11. Kevin Hartin

    Android Question #StartAtBoot: True doesnt seem to work

    I have a php web server that happily sends Firebase Push Notifications when a new record is created for a particular customer. These appear when the Android app has been started manually, allowing clients to know when there is something demanding their attention, as the clicking of the...
  12. A

    Android Question Clear push notification when pressed

    Hello, Recently, I've added FirebaseNotifications to my app I noticed that noticed when the user click the (push) notification, the app opens, but the notification still exists, and it is needed to swipe it in order to remove it. Does anybody know how to make the push notification disappear...
  13. SlashIT

    Android Question expiration of the push channel

    hello to everyone, I tried to look for documentation but without success; I activate an FCM push channel (Erel's tutorial) and it works correctly, but if the App is not opened for a few days, it seems that the subscription expires and the device no longer receives push messages (this also...
  14. LucaMs

    Android Question Runs FCM push notifications your app?

    I tested using the projects posted in the library thread: https://www.b4x.com/android/forum/threads/firebasenotifications-push-messages-firebase-cloud-messaging-fcm.67716/ and if I stop my app by the device settings, it does not start when I send an FMC message (I used the b4j project attached...
  15. Philip Chatzigeorgiadis

    B4J Question [ABMaterial] [Solved]Push.js Notifications

    Could anyone please post a small tutorial or provide any help on how to use Push.Js notifications with ABMaterial? I found the idea about Push.Js in this post by @mindful : here https://www.b4x.com/android/forum/threads/abmaterial-framework-for-webapps.60072/page-24#post-477244 but, so far...
Top