We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccabdfd commit 43066a0Copy full SHA for 43066a0
iOS_SDK/OneSignalSDK/Source/OSMigrationController.m
@@ -84,7 +84,7 @@ - (void)migrateToVersion_02_14_00_AndGreater {
84
// that was saved as a dictionary and not CodeableData. Try to detect if that is the case
85
// and save it is as CodeableData instead.
86
- (void)migrateIAMRedisplayCache {
87
- let iamRedisplayCacheFixVersion = 30203;
+ let iamRedisplayCacheFixVersion = 21604;
88
long sdkVersion = [OneSignalUserDefaults.initShared getSavedIntegerForKey:OSUD_CACHED_SDK_VERSION defaultValue:0];
89
if (sdkVersion >= iamRedisplayCacheFixVersion)
90
return;
0 commit comments