Push Notification not Received in android

后端 未结 3 1745
执笔经年
执笔经年 2020-12-20 05:11

I am new to push notifications and I\'m trying to send a push notification to a particular device which has already been registered to GCM service. I implemented my app acco

3条回答
  •  南笙
    南笙 (楼主)
    2020-12-20 05:55

    You have some errors in your manifest that only cause problems on old Android versions :

    Your packagge name is com.markattendence.markattendence.

    Therefore you should change this :

    
    
    

    To this:

    
    
    

    And this:

    
        
    
            
            
            
            
    
            
        
    
    

    To this:

    
        
    
            
            
            
            
    
            
        
    
    

提交回复
热议问题