Skip to content

Hotfix of a crashing issue due to decoding '%'

Compare
Choose a tag to compare
@SungjunApp SungjunApp released this 09 Jan 02:18
· 59 commits to master since this release
659efd8

This hotfix fixes the problem of https://pixlee.atlassian.net/browse/BUGZ-5527.

Since our server decodes texts before sending response data, there is no need for the SDK to decode texts. So I removed all decoding things from this SDK.