Notification not received When App is closed
when app is not opened then too notification not received
Include this in your manifest file
<uses-permission android:name="android.permission.WAKE_LOCK" /> <permission android:name="co.my.packagename.permission.C2D_MESSAGE" android:protectionLevel="signature" /> <uses-permission android:name="co.my.packagename.C2D_MESSAGE" /> <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
Info.plist
<key>UIBackgroundModes</key> <array> <string>voip</string> <string>fetch</string> <string>remote notification</string> </array>
Update, #153 please see the posted solution here and try it if it would work on your end
@jbtamaresgit , i am facing the opposite of this issue. When app is open, i am not receiving the push notification