Android services not working

I created a Job service in android native, which sends a notification every few minutes, it works perfectly without any issues. I created a new ionic plugin and copied all the files and necessary configuration into the config.xml file. Everything looks perfect, no error. on Initiating the service, I get no errors, yet the service doesn’t start, I tried a lot of variants and everything works perfectly with the native Android application, but none works when pulled into the ionic plugin. Any help would be appreciated.

I see that Ionic is blocking services from plugin or something, not sure. after the build, I can see my code properly stored and configuration added into androidmanifest file too, exactly like what I have in android native code, yet it doesn’t do anything.

Can you share your code ?