Why does the iPhone 6 Plus crash only?

Asked 1 years ago, Updated 1 years ago, 70 views

I created an app with Swift and submitted it to iTunesConnect.

In less than an hour, I got a reply of reject (it was my first reject),
iPhone 6 Plus running iOS 8.1
The message was to reject to crash on the .

If you analyze the attached crash log,
The viewWillAppear method crashed in the first ViewController. All right.

So, here's the problem.
I don't have the actual iPhone 6 Plus, and I have
On the iPhone 6, iPhone 5, and iPad mini 2, these three devices have
The crash cannot be reproduced at all.

Also, I am using metal, so I cannot do the simulator test as it is, but
In the iPhone 6 Plus simulator, the metal implementation was removed, and the metal implementation is removed. It was not reproduced.

Some messages from iTunesConnect include
test method with release build,
How do I check if the building I'm testing is the same as the one I'm submitting?
is listed, and I have checked them, but
It cannot be reproduced in the release build, and the release build is a submit build and a
I was able to confirm that it is the same.

Under these circumstances, how should we deal with non-reproducible crashes?
I'm worried.The situation is quite limited and quite the same.
I don't think there are any, but if there are similar experiences and solutions,
I would like to ask you a question if you can give me a clue.

For example, in this app,
AVFoundation.framework (camera)
CoreMotion.framework
Metal.framework (Metal)
and other frameworks.
If you need additional information, we will respond accordingly.

Thank you for your cooperation.

swift xcode iphone

2022-09-29 22:30

1 Answers

I got a reply from iTunesConnect's Troubleshooting Center.

Upon continuing with the review, we are unable to reproduce the crash issue.

In other words, there seems to be no problem with the original build.Why did the problem occur with the iPhone 6 Plus?
It's not known if it turned out to be like this.
By the way, another question was raised, as I mentioned after this.
The target build is a version upgrade, and we have not changed any of the other issues mentioned.
It has never been considered a problem in previous versions.
In addition, I added a word about this other problem and the review passed.

It was rejected about an hour after Submit, so Apple automatically checks the system.
I think I got caught, but the automatic check reject is not always correct
Now I think it was a good experience to know that


2022-09-29 22:30

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.