ios - 拒绝问题 : "We are not able to continue because we need a demo QR code or AR marker (image) to fully assess your app features."

标签 ios swift flutter qr-code

我有一个 flutter 项目。它有 QR 码扫描仪,QR 码是从网络生成的,并使用 API 调用。 QR码扫描仪扫描QR码以获取用户信息。我提交了我的应用程序并被拒绝说:

We have started the review of your app, but we are not able to continue 
because we need a demo QR code or AR marker (image) to fully assess your 
app features.

后续步骤

To help us proceed with the review of your app, please provide the demo 
details in the App Review Information section for your app in App Store 
Connect or reply to this message with the requested demo information. 
Please ensure that the information you provide includes any data necessary 
to demonstrate the functionality of your app features.

提供二维码或图片信息:

- Log in to App Store Connect
- Click on "My Apps"
- Select your app
- Click on the app version on the left side of the screen
- Scroll down to "App Review Information"
- Provide information in "Notes" as appropriate
- Click "Save"
- Once you've completed all changes, click the "Save" button at the top of 
the Version Information page.

然后我创建了一个使用二维码扫描器的演示视频并写了一些

notes as:

  *The QR code image for each user is provided from our API and set on 
  lock 
  screen by the user.
  *The purpose of the camera permission is to scan the QR code. 
  *The Scanned QR code returns the details uploaded by the user whose 
  phone is lost. A demo video is attached on attachment.

我再次提交到应用商店,它仍然拒绝说与上述相同的错误。我找不到可能的解决方案。谁能帮帮我?

最佳答案

您需要向他们提供二维码(可以是二维码图像),以便他们扫描并检查您的应用特性/功能。 (如果可能,提供对您的网络的访问以生成二维码)

还包括有关此特性/功能的详细说明(包括步骤、数据等)。

可能的拒绝原因

It might possible that they were scanning the QR code but they may not proceed with the invalid QR-code scanning. Thats the reason they ask for the QR-code demo (QR-code image) so that can use in review process.

关于ios - 拒绝问题 : "We are not able to continue because we need a demo QR code or AR marker (image) to fully assess your app features.",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56356588/

相关文章:

android - 适用于移动设备的 Google 跟踪代码管理器预览模式

ios - 计算多个数组的最终值 - swift

flutter - 如何在 dart 中获取用户输入?

ios - 在 Xcode 中将时间跨度加倍

ios - 等待 block 完成

swift - 特性的 flatMap writeValue 不返回 Observable

ios - 滚动所有 tableviewcell 内的所有 CollectionViewCell

android - 如何在 Flutter 中保持应用程序在锁屏状态下运行?

将 Container 作为子项的 Flutter InkWell 未显示效果

ios - 在 Objective C 中不使用 switch 语句显示评级图像的最佳实践