I am Using Parse.com
in my app for Push Notifications.
But for some reasons the app icon in Push Notifications is not showing in Android Marshmallow 6.0.
I tested on all other version Below Marshmallow 6.0 and its working totally fine.
This Code is Also added in my Manifest
<meta-data
android:name="com.parse.push.notification_icon"
android:resource="@drawable/push_icon" />
Please Help me With This.