Hi everyone.
I’m facing an issue I’ve been looking for without success.
I’m trying to perform a GET request for a large JSON which is almost 50MB in a KMM app. For some reason seems that it can’t receive the whole JSON so the string becomes splitted at some point. Does anybody knows how to handle such large amounts of data in order to receive the whole JSON?
Thank you.