Android Question (NullPointerException) java.lang.NullPointerException: Attempt to invoke virtual method 'void anywheresoftware.b4a.objects.NotificationWrapper.Notify(

hello team,

i am using MB6 library and when i send a message via firebase messaging and the message is arriving, i am able to see the notification on all that is SDK 32 and under but i am not seeing notification on all that is SDK 33

and i am getting this error:
(NullPointerException) java.lang.NullPointerException: Attempt to invoke virtual method 'void anywheresoftware.b4a.objects.NotificationWrapper.Notify(int)' on a null object reference
 
Last edited:
Top