Skip to content
Advertisement

Tag: firebase-cloud-messaging

Android FCM notification is not received when app is close or Killed

I implemented FCM Push Notifications. The main problem is when app is closed, notifications not arrive when this happen on device. I tried a lot of thigs for that works; when notification sent the server response with “success”, but I never received. Manifest.xml Answer Try adding enabled=”true” and INTERNAL_SERVICE permission to your message service

Advertisement