We are using Unity 6000.0.51f1 for an iOS app for iPhones and iPads. We have added Firebase Crashlytics to the project. We are getting several app crash issues in iPhones and iPads as well. However, in Firebase, there is no record of the crash; the app simply closes on iOS without any error. We are using so many UnityWebRequests for APIs in the project. We optimized these coroutine functions to reduce memory overload, but still we are getting app crashes.
What optimization techniques can we employ in the project to address this issue?
And what memory optimization techniques, texture techniques, can we use to address this issue?
Please help!