Android GCM doesn't work with wifi networks when 3G network is available
问题 I am developing app on Android GCM push notification. Everything works fine .But I am not able to get the notification message when my device is on wifi rather than on data plan of service provider. In my case data plan is 3G but and notification comes as usual to devices but when device is connected through wifi I am not able to get any notifications. 回答1: Well this should not be the case, I have an android app that receives GCM push notifications regardless it is connected via 3G or Wi-Fi.