Hi,
As far as I know, App Slicing has two major parts of functionality:
1. slice the resource so that only the certain suitable resources are downloaded for a specific device, for example, iPhone 5 only downloads @2x images and will not download @3x images.
2. slice the binary code, that is the app store will compile your submission packages, and your specific only download the suitable codes, for example, iPhone 5 will only download the binary with Armv7 codes and iPhone6 will download hte binary with Arm64 codes.
My question is:
1. we have to set the bitcode enable to YES to activate the 2nd app slicing functionality, that is slice the binary code.
2. If not, is slicing the codes automatically done when we submit the archive to the App Store now without any further setting or operation? Or you have to set the deployment target to 9.0 or later?
Can anyone confirm that please? Thanks.