I have correctly configured Ionic App to install phonegap plugin push, and I have an application for which I am able to receive push notifications only when the application is running in background (e.g. by sending request through Postman while app is running in background), not when the application is active.
Any suggestions where should I look to check what is going wrong? Having googled for hours I am only getting workarounds for the opposite case i.e. notifications not being received when app is running in background.
I only need to know the possible locations and scenarios that can cause this particular type of problem. Any help would be appreciated. I tried running on physical device but without luck. Could there be any conflict with the versions of plugin with android, or possibilities of some properties or configuration to be changed?
Thanks in advance.