App Get Rejected from AppStore Because of Crash

If you have an app that you can run on your device but when you send your app to app store you get rejected. I got the file crash that apple sent to their webiste Itunes. So i tried to read it and i'm still confused because i still doesn't understand the errors.



I used this way https://stackoverflow.com/a/8172962/2899321 to read the crash report. Don't forget to rename the crash report with crash extension .crash.


The next day i got the error more specific when the crash happened from apple. I still find the way out to fix it.

After i follow the instruction to run the app into iPad. I really found the crash and it's simple to fix it. Because in iPhone the problem didn't show up. So yeah finally the app show up on AppStore now. Thanks for visiting this website. Hope i will always can help you.


Popular posts from this blog

How to restart the app with flutter Android and iOS

Missing system image Android Studio solution

How to have ConstraintLayout inside ScrollView and ScrollView inside ConstraintLayout Android