*UPDATE:*
I actually found out that the problem accuses, when I export my project as 
a signed project package through eclipse.
Has anyone an idea, how I then have to export this project properly, so 
that once it is signed I will not get this MismatchSenderId?
Please help!

On Wednesday, October 17, 2012 8:57:50 PM UTC+2, schurtertom wrote:
>
> I really have a strange problem now... Here the following steps done:
>
>
> 1. deleted my app on my phone
>
> 2. installed new from Google Play
>
> 3. run application
>
> 4. check RegID on my server in my database
>
> 5. took this RegID and run my sendPush.php script
>
> ---> getting Error Response MismatchSenderId
>
>
> 6. Deleted App
>
>
> 7. In my eclipse project, System.err.println( "regId: " + regId );
>
> 8. run app from my eclipse
>
> 9. check the system.err.out regID with the one NEW stored in my databse on 
> the server; they are the same
>
> 10. run my php sendPush.php script again with the new regid
>
> ---> everything works perfect!!!
>
>
> HOW can it be, that the Google Play App does not work to receive messages, 
> but the one from eclipse can?!?! 
>
> and yes.... they are 1:1 the same! and also yes, the project ID are the 
> same for the local version and the one on Google Play, since they are 1:1 
> the same app. Also tested with Server Key and Browser Key.. 
>
>
> Am I missing somewhere a tick?
>
> how can it be, that as soon as the app is on the google play store can't 
> receive any messages anymore?
>
>
> Please help me... they company that would like to send push notifications 
> is complaining to me... and would like to have it asap. 
>
> I developed the app for them.
>
>
> I have a MySQL server.
>
> When the app starts, it will send the RegID to the company's server, which 
> will store the token into the Mysql Database.
>
> When the company writes a message, it should send to those tokes the 
> message.
>
> I tested the app local over my laptop.
>
> when I tried, I was able to send notifications.
>
> When I uploaded the app to google play store, I always get the message: 
> MismatchSenderId...
>
>
> Please help!
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to