My project is originally developed with UIKit(Performance tracking is working as aspected for UIViewControllers) but i can’t trace performance on screens developed using SwiftUI. In firebase documentation it’s mentioned “you must create an application delegate and attach it to your App struct via UIApplicationDelegateAdaptor or NSApplicationDelegateAdaptor. You must also disable app delegate swizzling.” it’s not possible for me move appdelegate or disable app delegate swizzling. Is there a way around it?. I am open to explore other frameworks for performance tracking.
Tried firebase performance tracking for SwiftUI view but not getting any success
Vaibhav Choudhary is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.