Skip to content

Commit 43066a0

Browse files
committed
fixing version number for 2.x.x branch after cherry-pick
1 parent ccabdfd commit 43066a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iOS_SDK/OneSignalSDK/Source/OSMigrationController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ - (void)migrateToVersion_02_14_00_AndGreater {
8484
// that was saved as a dictionary and not CodeableData. Try to detect if that is the case
8585
// and save it is as CodeableData instead.
8686
- (void)migrateIAMRedisplayCache {
87-
let iamRedisplayCacheFixVersion = 30203;
87+
let iamRedisplayCacheFixVersion = 21604;
8888
long sdkVersion = [OneSignalUserDefaults.initShared getSavedIntegerForKey:OSUD_CACHED_SDK_VERSION defaultValue:0];
8989
if (sdkVersion >= iamRedisplayCacheFixVersion)
9090
return;

0 commit comments

Comments
 (0)