Prebuilt versions of the libraries are available for download here for a zip file, here for individual asset package, or here for individual .tgz
package for Unity Package Manager.
12.10.1
- Changes
- General (iOS): Change AppDelegate swizzling logic to not use
objc_copyClassList
, which was causing a slow startup, and crashes on iOS 15.
(#1268). - General (iOS): Added an option to explicitly specify your app's
AppDelegate
class name via theFirebaseAppDelegateClassName
key inInfo.plist
. This provides a more direct way for Firebase to interact with your specified AppDelegate. See "Platform Notes > iOS Method Swizzling > Specifying Your AppDelegate Class Directly (iOS)" for details.
- General (iOS): Change AppDelegate swizzling logic to not use