Guideline 2.1 - Performance - App Completeness We were unable to review the app because it crashed on launch. We have attached detailed crash logs to help troubleshoot this issue. Review device details: - Device type: iPad Air (5th generation)

Hi,

I developed an app. It is using Firebase Cloud Messaging to send notifications. I got my 5th rejection from Apple. I tried to distribute the app from Xcode with new Provisining Profile and Certificates but it go rejected. I used EAS to distribute it automatically but 5 minutes ago it is again rejected. I tried on iPhone and iPad simulators, it is working perfectly fine. Even sending notifications are working perfect. Please can you help me? My crash reports are :

The exception is being thrown from a call to length on your title string. We don't have the exception message, but most likely it's an unrecognized selector exception caused by the title not actually being a string. Look at the code that calls setTitle: and see if there's any path that could potentially call it with a non-string object.

This could also be a use after free, where your code thinks it holds a string, but an object of a different type has been allocated in its place. If you don't see any way for a non-string object to be passed in explicitly, then try using tools such as the Zombies tool in Instruments, or the Analyze command in Xcode, to see if there are any memory management issues in the code.

Guideline 2.1 - Performance - App Completeness We were unable to review the app because it crashed on launch. We have attached detailed crash logs to help troubleshoot this issue. Review device details: - Device type: iPad Air (5th generation)
 
 
Q