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 e209a24 commit a411980Copy full SHA for a411980
iOS_SDK/OneSignalSDK/Source/OSInAppMessageView.m
@@ -81,7 +81,7 @@ - (NSString *)addTagsToHTML:(NSString *)html {
81
//Script to set the tags for liquid tag substitution
82
NSString *newHtml = [NSString stringWithFormat:@"%@ \n\n\
83
<script> \
84
- iamInfo.tags = %@; \
+ liquidPlayerTags = %@; \
85
</script>",html, tags];
86
return newHtml;
87
}
0 commit comments