I am having a web service which gives LZCompressed string in my iOS app. To decompress the LZ string I have tried the following solutions.
Both are working for me when I am decompressing small strings. But when I am getting LZStrings with larger size both of these are not working. (The crash I faced is added in the github issues section. Also I have added the crash details in the screenshot)
Any better suggestion for LZString conversion from iOS project? Thanks in advance.