I've just upgraded to the latest version of Google Analytics, and I noticed the size of libGoogleAnalyticsServices.a has increased from 5.3 mb to 10.3 mb! I also noticed there is some new tag feature and I'm wondering if this is what's causing the increase. Is it possible to remove this feature and get the size back down to 5.3 mb? Obviously the extra 5 mb is undesirable because it adds a lot the binary size of my app.

有帮助吗?

解决方案

Maybe they've started supporting Arm64. If it is due to extra architectures, the link phase will strip out any that your app isn't using. Have you checked if there actually is an increase in your binary size?

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top