Vote count:
0
On "Account A" we got 6000 tokens from android devices that were using our application.
In order for us to send push notifications to this ids we were using a php script:
//array of tokens
$ids = array("xxxxx","xxxxx","xxxxx");
//project api key
$apiKey = 'xxxxxxxxxxxxxxxxxxxxxxx';
Than we transfered the ownership of the app to "Account B" using google play transfer form.
Now on "Account B" I created a new API KEY (both server and browser key) and replaced the "$apiKey" in my php script.
The problem is that I am getting “MismatchSenderId" error when running the script with my old tokens and new API KEY.
Any thoughts how I can fix this so I can send notifications to my old tokens with new API KEY?
asked 25 secs ago
“MismatchSenderId" after transfering app in google play
Aucun commentaire:
Enregistrer un commentaire