Changing Android API Key for GCM

后端 未结 1 953
天命终不由人
天命终不由人 2021-01-28 09:57

I have inherited a GCM application to send messages to android phones. We have an Android API Key set up that may have been compromised. I would just like to ensure that I cha

1条回答
  •  孤独总比滥情好
    2021-01-28 10:35

    Yes and no.

    YES, if you are using OAuth 2.0, which depends only on the SHA1 and package name;

    NO, if you are using API key, which usually require you to place your key in your manifest file.

    0 讨论(0)
提交回复
热议问题