mr.gedo
Member
hello all,
good day,
i try to make notification and i followed the instructions in this topic
but i have problem
--------- beginning of main
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
*** Service (firebasemessaging) Create ***
** Service (firebasemessaging) Start **
Error occurred on line: 0 (FirebaseMessaging)
java.lang.Exception: Sub subscribetotopics signature does not match expected signature.
public static anywheresoftware.b4a.pc.RemoteObject com.pushnotification.ea.firebasemessaging_subs_0._subscribetotopics(anywheresoftware.b4a.pc.RemoteObject) throws java.lang.Exception
No parameters
good day,
i try to make notification and i followed the instructions in this topic
FirebaseNotifications - Push messages / Firebase Cloud Messaging (FCM)
Updated tutorial: https://www.b4x.com/android/forum/threads/b4x-firebase-push-notifications-2023.148715/ Clarification: The nice thing about FCM is that your app doesn't need to run in order to receive messages. The FirebaseMessaging receiver will be started by the OS when a new message...
www.b4x.com
but i have problem
--------- beginning of main
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
*** Service (firebasemessaging) Create ***
** Service (firebasemessaging) Start **
Error occurred on line: 0 (FirebaseMessaging)
java.lang.Exception: Sub subscribetotopics signature does not match expected signature.
public static anywheresoftware.b4a.pc.RemoteObject com.pushnotification.ea.firebasemessaging_subs_0._subscribetotopics(anywheresoftware.b4a.pc.RemoteObject) throws java.lang.Exception
No parameters