This file contains hidden or 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
| diff --git a/Airship/Common/UAUser.m b/Airship/Common/UAUser.m | |
| index dce379f..fbe8fba 100755 | |
| --- a/Airship/Common/UAUser.m | |
| +++ b/Airship/Common/UAUser.m | |
| @@ -481,18 +481,28 @@ static UAUser *_defaultUser; | |
| [self saveUserData]; | |
| + // Make sure we do a full user update with any device tokens, we'll unset this if it is not needed | |
| + [UAirship shared].deviceTokenHasChanged = YES; |