When do orphaned GCM Registration IDs expire?
Steps to reproduce:
gcm.register(gcmSenderId)
and receive a Registration ID- Verify receipt of push notifications
- Factory Reset
gcm.register(gcmSenderId)
and receive a Registration ID- Verify receipt of push notifications
Now, however, you can still send to the old Registration ID and receive "success:1". When, if ever, does that Registration ID expire and under what circumstances?