push notification

  1. O

    Android Question How to use the OneSignal push notification service with B4A?

    How to use the push notification service from OneSignal for B4A, can you also provide an example of the code?
  2. Neil Rohan

    iOS Question Push Notification Messages (SOLVED)

    I have several Android and iOS apps listed on the PlayStore and AppStore respectively. I have decided to upgrade them with Firebase Push Notifications. I followed Erel's tutorials for both platforms and was able to generate functioning applications. I apologize in advance if this question has...
  3. N

    Italian Push notification direttamente da wordpress.

    Ciao a tutti , sono un principiante ho creato una semplice applicazione per una pagina web che ho già pubblicato su apple store e su Google Play. Riesco a mandare le PUSH direttamente dalla console di Firebase e con il codice b4j indicato da Erel nel tutorial, Ho visto che c'è un plugin di...
  4. N

    Android Question Push notification from wordpress to Android e iOS using firebase

    Hi everyone, I would like to know if someone Knows how to make push notifications directly from WordPress to iOS and Android apps using firebase. How can integrate a solution like this one https://es.wordpress.org/plugins/push-notification-fcm/ on b4i and b4a?
  5. SinaDeveloper

    Android Question Push notification without using Firebase

    Hello Telegram has stated in its FAQ section that: We currently have two types of notifications on Android: Google's Messaging cloud (GCM) and our own custom notification service that is independent of Google. Note that Google Notifications (GCM) may not work on some Android devices. Telegram...
  6. 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...
  7. 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?
  8. Frank

    Android Example Push messages with Firebase and B4A: Some additional hints and a working example

    Hi, I played around with push notifications based on Firebase Cloud Messaging (FCM). I followed the tutorial at https://www.b4x.com/android/forum/threads/firebasenotifications-push-messages-firebase-cloud-messaging-fcm.67716/, which is excellent. Still, there are some open questions which I'd...
  9. G

    iOS Question B4I Push Notification to Specific Device

    Hello everyone! I am trying to send a notification (I am using firebase push notification), to a specific IOS device. In B4A I used "fm.Token", but this is not in B4I. Any idea? Thank you in Advance.
  10. G

    Android Question B4A FireBase Push Notification to Specific Device - Get the Id

    Hello everyone! I am trying to send a notification (I am using firebase push notification), to a specific device. I found on forum, that I can do this using "fm.Token". But, how can I get this Id to send a notification specific to this device? Thank you in Advance.
  11. M

    Android Question FIREBASE MESSAGING ERROR

    Hello everyone, I have a problem with firebase messaging, where the error happens on specific client devices. Here is an error presented in the Google Play ANR java.lang.ClassCastException: at unknow.app.developer.b4xpages._vvvvv5 (b4xpages.java:56) at...
  12. ABBAS NAZARI

    Android Question Send Push Notification with Node.js

    Hello Everyone! I send push notification by Node.js it sent successfully and in b4a message successfully received! but message content is empty it's node.js code help me! @Erel @DonManfred
  13. M

    iOS Question Proper way to manage tokens (Firebase)

    Hi everyone, i managed to get firebase working, with KEY approach instead of certificates. Now i need to send notification with topics, and tokens. on iOS i get the token when FCM connects with: Sub GetToken As String Dim no As NativeObject Dim token As NativeObject =...
  14. M

    iOS Question Push Notification Firebase not working....

    Hi everyone, i always used Firebase to send notification to the apps... i didn't know what i'm doing different, but i can't manage it to work. What i did: Created App ID on Apple Dashboard Created Push notification SSL production certifcate Put it in the b4ikeys folder Created the AdHoc...
  15. G

    iOS Question B4I - Push Notification with custom server or firabase?

    Hello everyone! I must make an app, using push notifications. Which is the best way to make it? With firebase push notifications or with a custom server application? I read that firebase notification is free, so this is reason why I have this dilemma. Thank you in advance!
  16. amorosik

    Android Question Delay in arrival on Android smartphone of fcm notifications sent from pc

    I am using fcm notifications from pc to android smartphone to bring an app to the foreground and set it to work I'm verifying that sending the notification does not always arrive on the phone quickly Sometimes it can take several minutes before the notification is received and the app reacts...
  17. Martin Larsen

    iOS Question [SOLVED] Push notifications for the App Store version

    I am about to create the first App Store release of my app. The app uses FirebaseNotifications. For this I have created a new explicit app identifier and a new production certificate and a new provision file as advised. But I am in doubt of the meaning of: What are these tokens? When sending...
  18. roddy

    iOS Question Push Messages to MAC Simulator

    My APP create by B4i v6.80 and the local Mac Builder. B4J Push Messages. Compilation is ok, but when I run the App in the Simulator, it displays this fault: Is there any way to make MAC Simulator receive push ? Copying updated assets files (1) Application_Start Application_Active...
  19. A

    Android Question Firebase Notifications List

    Hi all. I tried to use a Firebase Notifications - it works fine, I was able to push a notification from B4J example but my question is - how to keep a previous notification? Let say I sent a notification with a title "AAA" and body "BBB". It comes to my app and I can see it. Later on I pushed...
  20. 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...
Top