4 ms·
Is this also true to user downloads from a website? The majority of your clients get our apps via Enterprise certificates not through the Apple store process.
by lordnaikon 9y ago
Is this also true to user downloads from a website? The majority of your clients get our apps via Enterprise certificates not through the Apple store process.
- bdash 9y agoIf you're doing direct downloads then there's no reason to be building with bitcode enabled, and so the size increase should not affect you at all.
- aaronbrager 9y agoWhen you create an archive, Xcode includes the full version of your app but allows you to export variants from the archive. I think most enterprise users disable bitcode for simplicity but it's possible to slice the variants and deliver the correct one to your users based on their device if you want to.