Can anyone please explain why the library for iOS is so huge? On my case it takes 206 mb after unzipping.
Hi Cristian,
As you can see here – https://github.com/Backendless/ios-SDK/tree/master/SDK/lib – there are several folders with libs for Media service, which add up some size.
You may omit them if you don’t use Backendless Media services, then your lib size will be pretty small.
And even with them included, the lib used in the app takes approximately 20-25 Mb, if I’m not mistaken.
Hi Christian,
The iOS linked will pull in only the libraries/code which is used in your app. The raw size of the libs is not indicative of the final app build size.
Regards,
Mark