Hi! I've been submitting my first iOS App to app store recently, but got rejected due to "crashing on launch", so I symbolicate the crash log they send to me,
I am not sure but I think the problem is FirebaseApp.configure()
in didFinishLaunchingWithOptions
But my App works totally fine on my devices (ipad and iphone XS, version 15.5)
I am not sure what to do if it works fine on my devices but not on theirs.
Really need some suggestions!!