fcmpush

  1. 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?
  2. mcqueccu

    iOS Question Firebase Sending tool needs update to support Firebase Cloud Messaging V1

    I integrated firebase push in my application, and one thing I noticed is the LEGACY Cloud messaging has been disabled, and it's recommended to use the Firebase Cloud Messaging API V1. The new FCM API v1 token is shorter than the older web API key (which is now disabled by default) When using...
  3. mmieher

    Android Question B4J auth.Any and the FCM Registration Token

    I am trying to write a simple B4J desktop program to manage sending Firebase notifications to the devices using my App. Everything seems to be working on the B4A receive-end thanks to your help. However, I am having much difficulty getting the correct FCM Registration Token. The token...
  4. KMatle

    Android Example Firebasemessaging (FCM): Receive messages in doze/sleep mode

    Issue: Device doesn't receive FCM messages while in sleep/doze mode Important to know: Google uses 2 different api's with different keywords So: https://fcm.googleapis.com/fcm/send = legacy mode https://fcm.googleapis.com/v1/projects/myproject-b5ae1/messages:send =v1 More info's: FCM...
  5. A

    Android Question Firebase Cloud Messaging Push Notifications

    Hi all. My question is - does it have any limitation for a number of characters? Like SMS for example? Thanks
  6. Ohanian

    iOS Question Problem with FCM Push and iOS 13

    Hello, We're developing an app for a customer, he needs push capability so we use FCM, in the development phase we've checked sending and receiving push and everything was fine, but after publishing app on the app store it seems some of the devices are unable to receive push message, even our...
  7. jimich

    B4J Question fcm not push through b4j

    Hi to all! I can receive notification (in b4a) through firebase notification console but I can't receive when it send through b4j. Here's my code: 'libraries: 'jCore(Version:6.00) 'jOkHttpUtils2_NONUI (Version 2.62) 'Json (Version 1.10) 'OkHttp (Version 1.20) 'Non-UI application (console /...
  8. Seneca

    Spanish FirebaseNotifications. ¿Es posible consultar a Firebase a qué temas se está subscrito?

    Hola. Un dispositivo puede subscribirse a uno o varios temas de FirebaseNotifications. Al respecto me surgen dos dudas. La primera es si existe algún método por el cual un usuario puede consultar desde la App a qué temas está subscrito. La segunda es: Desde el panel de administración de...
  9. QtechLab

    B4J Question FCMPush Authentication issue

    Hi, I would like to send notification to specific device with the B4J server. I have the Firebase token of the destination device. I'm in trouble with Firebase authentication. This is the code, FCMPush with little variation: 'Non-UI application (console / server application) #Region Project...
Top