Is there any way to determine the cause of the iPhone app crash that is being released in the AppStore?

Asked 2 years ago, Updated 2 years ago, 43 views

Thank you for your help.

The iPhone app being released in the AppStore has feedback from users such as "The app won't open" and "fall", but my actual machine and Xcode simulator cannot reproduce the phenomenon and I can't determine the cause of the crash.

Is there any way to determine the cause of the crash in this case?

I don't mind if it's just a hint or something.

Thank you for your cooperation.

swift xcode

2022-09-30 17:44

1 Answers

Determining which terminal crashed
Look at the metrics > crashes from the App Analytics in iTunesConnect and see
device and platform version filter to determine which terminal crashed.
If there is a bias in the OS or terminal, it may be a problem specific to that terminal, so I think it would be good if we could prepare a real machine to deal with it.

Determining the Crash Location (Analysis of Crash Reports)
The Crashes in the Organizer located in Xcode provides a log of users sharing with App developers in diagnostics.
If you still have a project left at the time of application, it even has the ability to fly to the crash position by specifying a project.


2022-09-30 17:44

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.