push notifications

  1. 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.
  2. 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...
  3. S

    iOS Question Firebase notifications don't arrived

    Faced with such an interesting problem. I use firebase for chat app on andoid and ios. When I send a message from android, everything works well (the notification will be sent to both ios and android), but when I send a message from ios, it will only be sent to android and sub...
  4. Martin Larsen

    iOS Question How to deal with IOS push notification certificate renewal?

    My app's Apple Push Services Certificate is going to expire soon. - I went to Apple Developer "Certificates, Identifiers & Profiles" and created a new certificate and downloaded the aps.cer file. - Then, in the IDE, I chose Tools > Build Server > Create Push Store > Firebase Service and...
  5. D

    iOS Question Push notification stopped working

    Hi, Guys My push notifications have just suddenly stopped working, I am assuming it is due to me renewing my Certs and Provisioning profiles (I deleted the old certs and provisioning files but may have gone too far). The Apps compile with the new Cert and Provisioning files and can be uploaded...
  6. 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!
  7. 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...
  8. E

    Android Question Firebase push notifications not working on B4A 9.01.2 ?

    I get this error message when i run my firebase related app. Any help?? Logger connected to: Infinix Infinix-X600 --------- beginning of main *** Service (starter) Create *** ** Service (starter) Start ** ** Activity (main) Create, isFirst = true ** ** Activity (main) Resume ** *** Service...
  9. 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...
  10. A

    Android Question Problem when running my app with Firebase push notifications

    Hello, I tried to use Push notifications with Firebase, throe Erel's video tutorial. When running in release mode, this error occurred at the compiler: Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/google/android/gms/measurement/AppMeasurement; Uncaught...
  11. 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...
  12. Y

    iOS Question Silent push notifications not working

    My iOS app is not recieving any push notifications whilst in the background, but it does recieve them in the foreground. The iPhone is running iOS 10.3.1 so it shouldn't be the iOS 11 issue where they're only delivered sometimes. The app isn't being force killed, I'm simply exiting it by...
Top