1

I have a rest webservice which provides a picture file, base64 encoded, in a xml. My App consumes this webservice. Up to this point everything works fine.

<News> <PictureContent>iVBORw0KGgoAAAANSUhEUgAAAjsA[AND A LOT MORE...]</PictureContent> </News>

My problem is that this that this PictureContent-String is truncated during the runtime of my app and I have no clue why.

I already tried (gdb)po(NSString *)myString and that command in the debugger console returns also just a truncated string.

During the runtime the string looks like "* TRUNCATED ***jdklasjdKASDJALKSJDSALDJ[AND A LOT MORE"

4

0 回答 0