push notification - Is GCM device id will expiry, If so How to solve this for android -


i doing register device push notification, have received device id pushed server through api call. after time expires in server. how solve this

thanks in advance.

a standard approach register device gcm every time app starts. receive gmc token can use push notifications.

doing @ every app startup may seem redundant, solves problem of replacing expired token. of time, gcm return token same 1 app has.

see this question more details.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -