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 2746803 commit 32e4aceCopy full SHA for 32e4ace
iOS_SDK/OneSignalSDK/Source/OSMessagingController.m
@@ -204,7 +204,7 @@ - (void)deleteOldRedisplayedInAppMessages {
204
[newRedisplayDictionary removeObjectForKey:messageId];
205
}
206
207
- [OneSignalUserDefaults.initStandard saveDictionaryForKey:OS_IAM_REDISPLAY_DICTIONARY withValue:newRedisplayDictionary];
+ [OneSignalUserDefaults.initStandard saveCodeableDataForKey:OS_IAM_REDISPLAY_DICTIONARY withValue:newRedisplayDictionary];
208
209
210
0 commit comments