braze-inc / braze-xamarin-sdk

Xamarin bindings for the Braze Android and iOS SDKs
https://www.braze.com
Other
3 stars 8 forks source link

[iOS] `BrazeKit` framework is too large #21

Closed akravch closed 3 months ago

akravch commented 5 months ago

Installing Braze.iOS.BrazeKit version 5.0.0 increases the resulting .ipa size by around 11 MB:

image

I see that a lot of it comes from the .swiftmodule framework folder:

image

As I understand, these files are not really needed in runtime, so even just removing them would reduce the framework size by half.

hokstuff commented 3 months ago

Hi @akravch,

Thanks for raising this with a suggestion! We have implemented changes in Braze Xamarin SDK 6.0.0 which removes these excess files and should help reduce the size of the package.

Thank you!