You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2018. It is now read-only.
GCM under certain situations will require you to update your registration IDs. You must listen for these events and update your records accordingly. Rapns provides a reflection hook for you to implement:
Rapns.reflectdo |on|
# Called when the GCM returns a canonical registration ID.# You will need to replace old_id with canonical_id in your records.on.gcm_canonical_iddo |old_id,canonical_id|
endend