GCM Push Notification Not Revived

后端 未结 2 376
心在旅途
心在旅途 2020-12-12 04:10

Below you can find the manifest file, is their anything wrong with configuration of GCM push notification classes ?

no notification is received at all on an

2条回答
  •  醉梦人生
    2020-12-12 04:50

    You have miss some user permisssion & reciver set like this way.

    
    
    

    this permission to set

    
    

    this user permission

    
    
    
    

    this code set in application side.

     
       
        
            
    
                
                
                
                
    
                
            
        
    

    try this code in your manifest file. Thanks.

提交回复
热议问题