Closed srmoss closed 7 years ago
@sobrecht found that during app upgrade, APNs disposes of her device token and therefore notifications are no longer delivered.
According to this stackoverflow, and this Apple doc, we should probably be re-registering every time the app launches.
To accommodate this, we should:
This will ensure the disposed device token is also no longer in ANH/NS.
I think I have this resolved. We should test with server logging before I push a new build.
@sobrecht found that during app upgrade, APNs disposes of her device token and therefore notifications are no longer delivered.
According to this stackoverflow, and this Apple doc, we should probably be re-registering every time the app launches.
To accommodate this, we should:
This will ensure the disposed device token is also no longer in ANH/NS.