pushyy icon indicating copy to clipboard operation
pushyy copied to clipboard

Unable to create service org.kivy.plugins.messaging.KivyFirebaseMessagingBackgroundService

Open ProtDos opened this issue 2 years ago • 0 comments

When trying to get a notification in background for the first time, I get these errors: java.lang.RuntimeException: Unable to create service org.kivy.plugins.messaging.KivyFirebaseMessagingBackgroundService: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Context.getPackageName()' on a null object reference Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Context.getPackageName()' on a null object reference

image

Every notification after that works perfectly fine. The .ap has INTERNET and permissions to write files. Anything I am missing? Tested on Redmi Note 10 5G.

ProtDos avatar Jan 26 '24 19:01 ProtDos