Zaid Hakak

Results 8 comments of Zaid Hakak

@Alex3917 This sounds interesting, Can you please elaborate a bit on this?

@educalleja I implemented what you had suggested and it worked pretty well for me, I am generating tokens manually as is specified in the docs however I am getting an...

@marcbachmann @ahhmarr @sudarsanps This should fix your issue: ``` sudo apt-get install language-pack-en-base sudo dpkg-reconfigure locales (Select All and then select en_us for local) sudo reboot ```

Has this been fixed? I was thinking to use this app for implementing push notifications for our ios and android apps via fcm with a django backend. Please advise.

@jamaalscarlett Thanks, I didn't think of that before. I was doing `client = User.objects.get(partner_id=self.request.user.username)` and `devices = GCMDevice.objects.filter(user_id=client.id)` which worked but the way you suggested looks better. Thanks :)

@jamaalscarlett How do we decide when the device is inactive? Does it depend on `FCM_ERROR_TIMEOUT`? What would be an ideal error timeout in your opinion?

+1 What would be an ideal value for the timeout ?

I have installed it but I am still facing this.