Skip to content

v12.10.1

Latest
Compare
Choose a tag to compare
@a-maurice a-maurice released this 26 Jun 20:22
8819286

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 the FirebaseAppDelegateClassName key in Info.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.