We noticed that our MOE application crashes on certain iOS devices when installed via MDM (for example, Apple Configurator 2).
The following is required for this issue to happen:
- Application should be processed to the AppStore (ie properly released to general public; “Custom private apps”, testflight, ad-hoc IPA deployments are not affected);
- Device should be running iOS versions 14.2 or 14.3;
- Device should have an
arm64e
processor (as opposed to anarm64
), ie A12 chipset or newer; - Application should be installed using MDM (eg Apple Configurator 2)
Xamarin developers are also affected by this issue, they managed to make a workaround: https://github.com/xamarin/xamarin-macios/issues/10086#issuecomment-738237870
However, the issue appears to be on Apple side, and it will supposedly be fixed in iOS 14.4.
While it is not fixed by Apple in stable iOS versions, is there a chance to have a workaround for MOE, similar to the Xamarin’s one?