Google Cloud Messaging not working on 4.1.2 devices on a corporate network

前端 未结 2 1986
迷失自我
迷失自我 2020-12-03 15:38

I\'ve implemented a simple GCM client and server. The client uses the current GCM client APIs (not the deprecated helper library). The server (C# & .NET) follows the cor

2条回答
  •  佛祖请我去吃肉
    2020-12-03 16:24

    I don't see the manifest entries above, but I ran into the exact issue a few days ago, the manifest package must match the C2D_MESSAGE permission package. ie.

        
    
    

    ...

    
    
    
    
    

    In my case the declared package did not match in order to provide an upgrade path for a previous version of the application.

提交回复
热议问题