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 983ab2d commit 33194b8Copy full SHA for 33194b8
iOS_SDK/OneSignalSDK/Source/OSMessagingController.m
@@ -200,7 +200,7 @@ - (void)deleteOldRedisplayedInAppMessages {
200
[newRedisplayDictionary removeObjectForKey:messageId];
201
}
202
203
- [OneSignalUserDefaults.initStandard saveDictionaryForKey:OS_IAM_REDISPLAY_DICTIONARY withValue:newRedisplayDictionary];
+ [OneSignalUserDefaults.initStandard saveCodeableDataForKey:OS_IAM_REDISPLAY_DICTIONARY withValue:newRedisplayDictionary];
204
205
206
0 commit comments