Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App get Rejected: crashes on launch , but worked fine for me on all devices as well

My app is for the iPhone only .And it is working fine on all devices but when submitted the app it get rejected by apple by saying .......

On 1st time submission

We found your app crashed on launch so we were unable to review it.

Please revise your app and test it on a device to ensure it will launch without crashing, and that it runs as expected, before resubmitting.

this the crash report link please this is the crash report

crash report

on second submission it get rejected they says

Thank you for your resubmission. However, we were still unable to review your app, as it crashed on launch. We have attached detailed crash logs to help troubleshoot this issue.

Specifically, upon review we found the application will shortly crash after launch. 

they send crash report

on second time submission

on second time submission

I didn't get where i am doing wrong ,please check this ,Thanks in advance

I also try Bhavin step to find the crash location but terminal show's me like that

enter image description here

like image 807
Harish Avatar asked Dec 14 '22 16:12

Harish


1 Answers

I found the solution. We can just directly drag and drop the crash-report on the device log. Then it will convert the crash report into readable format.

STEPS:

  1. Attach your device to mac.
  2. Open Xcode
  3. Goto window from menu bar
  4. Click on devices like this

enter image description here

  1. Now, drag and drop your crash report you received from apple. It will symbolicate it and show you in readable format. If the file extension is .txt, change it to ".crash".
like image 51
Harish Avatar answered May 30 '23 12:05

Harish