Hi, when I send multicast messages from fcm python library to users I found that the icon is a plain circle, when I send from B4J works fine.
I rode some documentation and seems something related to the manifest, how can I set this:
I rode some documentation and seems something related to the manifest, how can I set this:
XML:
<application
<meta-data
android:name="com.google.firebase.messaging.default_notification_icon"
android:resource="@drawable/ic_stat_name" />
</application>