I'm working on a Xamarin forms project and my current ipa file size is about 110MB.Can i reduce it . If yes then how to achieve this ?
Your project is very big. Many libraries added?
Have you tried to activate Linker?
I am using this but not working
Set the Linker Settings to "Link SDK assemblies only", This should reduce the file size. Also the less support architectures you support, the lower the file size too.
Answers
Your project is very big. Many libraries added?
Have you tried to activate Linker?
I am using this but not working
Set the Linker Settings to "Link SDK assemblies only", This should reduce the file size. Also the less support architectures you support, the lower the file size too.