-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
Description
When I was investigating memory leak in our App, after eliminating some of potential codes I found that one of the memory leak issues is actually caused by Firebase iOS SDK and it happens after calling FirebaseApp.configure
. I attached the screenshot from memory graph debugger, unfortunately there is no useful information from the backtrace but can confirm all the APMP thing is from Firebase SDK.
Reproducing the issue
Call FirebaseApp.configure
on App Launch and turn on Debug Memory Graph
after the app finish launching.
Firebase SDK Version
10.2.0
Xcode Version
14.1
Installation Method
Zip
Firebase Product(s)
AB Testing, Analytics, Crashlytics, DynamicLinks, In-App Messaging, Installations, Messaging, Performance, Remote Config
Targeted Platforms
iOS
Relevant Log Output
No response
If using Swift Package Manager, the project's Package.resolved
Expand Package.resolved
snippet
Replace this line with the contents of your Package.resolved.
If using CocoaPods, the project's Podfile.lock
Expand Podfile.lock
snippet
Replace this line with the contents of your Podfile.lock!
ohserezha