iOS used the device token which is unique and so used for push notification. What is the alternate solution in Android. Can any one help me.
            Asked
            
        
        
            Active
            
        
            Viewed 7,527 times
        
    2 Answers
3
            
            
        For Push notification in android we have GCM(Google Cloud Messaging). please follow below link for more information
 
    
    
        Dinesh Prajapati
        
- 9,274
- 5
- 30
- 47
0
            
            
        If you are asking for unique id of device, then have a look here How to find serial number of Android device?
Or if you need something like push_token, then there is registration_id in both C2DM and GCM
 
     
    