How to fix a dependency missing when posting a notification in a java plugin associated to a Unity project?
I am writing a plugin for my Unity-made android app, using Android Studio.
It’s main goal is to contact a server regularly to check for other users activity and post a notification if so.
I’m doing this because it can run as a background service and thus start when the phone boots without having the main app running.