My iOS application\'s size is quite bigger on app store. How can I lower achieve the app thinning so that application size get lower.
Note:-
Note
App slicing is currently not working until further notice. The only way to reduce your app size is currently to reduce the amount of assets included in the .ipa.
You could try using On Demand Resources if they make sense for your app.