Fix for not updating the installationIdentification property when it changes

This commit is contained in:
Andreas Linde
2013-09-24 20:11:05 +02:00
parent e3fce764e1
commit df623039a9

View File

@@ -902,6 +902,7 @@ typedef NS_ENUM(NSInteger, BITUpdateAlertViewTag) {
} else {
[self removeKeyFromKeychain:kBITUpdateInstallationIdentification];
}
_installationIdentification = installationIdentification;
// we need to reset the usage time, because the user/device may have changed
[self storeUsageTimeForCurrentVersion:[NSNumber numberWithDouble:0]];