-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(messaging, ios): resolve getAPNSToken promise in all cases
Fixes #7272 with thanks to @appa-gomi !
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b30eee1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mikehardy we are seeing some difference in the case of our APNs tokens between versions 18.8 and 18.9. Specifically our app on the older version the apns token in lower case where as the newer one has it in upper case. I was not able to find any code related to this change but you commit message here
resolve getAPNSToken promise in all cases
peaked my interest. Please let me know if you are aware of any change that would cause this? Thanks!