richsage / RMSPushNotificationsBundle

NOT MAINTAINED! ⛔️ Push notifications/messages for mobile devices. Supports iOS, Android (C2DM, GCM), Blackberry and Windows Mobile (toast only). A Symfony2 bundle.
MIT License
321 stars 152 forks source link

TestPushCommand GCM Key length #79

Closed ulas-atila closed 9 years ago

ulas-atila commented 9 years ago

Hi,

i see on your TestPushCommand, u check android GCM key length. But after a search i found many users with a key with smaller length. For example: https://groups.google.com/forum/#!topic/android-gcm/q2PzJTP71TY

richsage commented 9 years ago

@rjmunro did you find a canonical source for the length you added in here, or was it based on testing?

ulas-atila commented 9 years ago

I'm in development step and I have in my database some keys with 162 length. First when i see your TestPushCommand, i think i do something wrong but after search i see it's normal. I will doing some test of push with these key today, i will report u the result.

PS: sorry for my bad english.

richsage commented 9 years ago

@ulas-atila thanks for the report :-)

ulas-atila commented 9 years ago

It's work. I confirm with my test, gcm key don't have fixed size.

@richsage np, thx for your work.