The 3.27.4 update to the IMA SDK on iOS introduces a dependency on AVFAudio which is only available from iOS 14.5 onward and introduces a crash at app startup when attempting to load the library dynamically on lower versions and the minimum supported version remains at iOS 12.
Is it possible to add a check for the OS version before attempting to reference AVFAudio?
(CoreFoundation)[969] <Notice>: Error loading /var/containers/Bundle/Application/DC0E9B6F-6709-47A4-BF4E-FB905F474317/***.app/Frameworks/UnityFramework.framework/UnityFramework:
dlopen(/var/containers/Bundle/Application/DC0E9B6F-6709-47A4-BF4E-FB905F474317/***.app/Frameworks/UnityFramework.framework/UnityFramework, 0x0109):
dependent dylib '/System/Library/Frameworks/AVFAudio.framework/AVFAudio' not found for '/private/var/containers/Bundle/Application/DC0E9B6F-6709-47A4-BF4E-FB905F474317/***.app/Frameworks/GoogleInteractiveMediaAds.framework/GoogleInteractiveMediaAds'