Hi, I tried to make https://github.com/shephertz/App42-Android-Push-Sample/archive/master.zip this work but I failed
First of all, I set up a server key on GCM (Key for server apps (with IP locking)
Secondly, I added the key into the Android Settings tab
Thirdly, inside the code, I changed the secret key, the api key
I'm not sure what to put in setLoggedInUser("dani") ; but I used a regular name or whatever
as for Util.registerWithApp42("841437349596"); I used the project id from GCM
After all this, when I try to send a push from the console, it doesnt work and the log says [ errorCode=MismatchSenderId ]
I can see the user registered in the console, with username, deviceid, ect but it won't send the push.
Please help !!!
LE: For all those who wanna be sure I did everything: