In GCM 3.0
notification when the app is in background will be handled by GCM SDK
itself. But I am Unable to set the Large icon the the notification created when the app is in background.
{
"to" : "bk3RNwTe3H0:CI2k_HHwgIpoDKCIZvvDMExUdFQ3P1...",
"notification" : {
"body" : "great match!",
"title" : "Portugal vs. Denmark",
"icon" : "myicon"
}
}
The myicon
sent here is displayed as the small icon.
Is it possible to set large icon for notification when the app is in background?