Flutter 苹果审核被拒2.1

1、拒绝原因
Guideline 2.1 - Performance - App Completeness

We were unable to review your app as it crashed on launch. We have attached detailed crash logs to help troubleshoot this issue.

Review device details:

  • Device type: iPad
  • OS version: iOS 16.6

Next Steps

To address the crash in your app, follow these steps:

  1. Fully symbolicate the crash report. See Adding Identifiable Symbol Names to a Crash Report for an explanation of the symbolication process.
  2. Match the crash report to a common pattern. Based on the pattern, take specific actions to further investigate the crash. See Identifying the Cause of Common Crashes.
  3. Test your app on a device to ensure that it now runs as expected.
  4. Once you’ve addressed the crash, create and submit a new build to the App Store for review.

Resources

For additional information on crash reports, see Diagnosing Issues Using Crash Reports and Device Logs.
Flutter 苹果审核被拒2.1_第1张图片

2、解决方案

1.右键下载返回的崩溃日志,把后缀txt改为crash

2.打开XCode,依次找到window->Devices and Simulators->View Devide Logs
3.

Flutter 苹果审核被拒2.1_第2张图片

4.把改好后缀的文件拖入其中,在全部那边能找到刚拖入的文件
5.Flutter 苹果审核被拒2.1_第3张图片

你可能感兴趣的:(flutter)