lucascc26
lucascc26
@CR4567 can you provide a sample project that is working? It's been a nightmare, I've tried a lot of things but I still can't receive notifications if my app is...
@iManchaDev @CR4567 thanks for the reply! My implementation looks like this: Forms project - App ` public class App : Application { public static void RegisterSpecific() where RegisterType : class...
@iManchaDev I've tried in release mode and even signing and distributing my apk in ad hoc mode.
How can I check if my service is still running after closing the app?
There's nothing related to my app in there, even when the app is running. :( Do I need to change anything in my manifest.xml file?
Sorry, I was looking at the wrong place. The service keeps running while the app is running, but it's gone when I close the app.
It worked!!!! The problem was on my phone (ASUS Zenfone 3). It has something called Auto-start manager, which disables background services by default. I just needed to change that. Thanks...
+1 please