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.
Tried firebase performance tracking for SwiftUI view but not getting any success
user3762537 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2