I am trying to use the GCM service in my android app.
For that, I used the android documentation from http://developer.android.com/guide/google/gcm/gcm.html
I created the client side registration process with the sender id etc and the server side application where I am using the registration id and the sender id to send messages.
When I am installing the app in my phone through Eclipse, the push notifications works fine, so the sender id i have is right.
Then, when i export the apk file with Eclipse and install it in my phone, I am getting the error message that the SenderId is wrong
MissmatchedSenderId
Anyone has an idea whyI am getting this.
I have read those topics:
Why do I get "MismatchSenderId" from GCM server side?
When sending messages using GCM, I keep getting the response 'MismatchSenderId'
But the strange thing in my case is that everything works fine before exporting the app as apk and then I have this problem.
Any idea is mostly wellcome.