Hello,

We have noticed some odd encoding issue here.

The server sends a base64 encoded string that includes the sequence: U+b50.
But when iOS client retrieves it using NSSString *text = [updateInfo currentValueOfFieldName:@"data"], this sequence simply appears as 딋.

Of course, this breaks the whole base64 decoding thing.

Can you please advise?

We are using iOS client LS iOS SDK v.1.2.6 (LS 5.1.2.).

P.S. It works fine using the Javascript client

Thank you,
Nathan