zoukankan      html  css  js  c++  java
  • iOS 上架被拒原因保存

    一、后台一直在获取用户的定位,需要给用户电池消耗提示

    Your app uses the Location Background mode but does not include the required "battery use" disclaimer in your app description.

    Next Steps

    Please add the following disclaimer to your Application Description:

    "Continued use of GPS running in the background can dramatically decrease battery life."

    Resources

    Since your iTunes Connect Application State is Metadata Rejected, we do NOT require a new binary. To revise the metadata, visit iTunes Connect to select your app and revise the desired metadata values. Once you’ve completed all changes, reply to this message in Resolution Center and we will continue the review.

    NOTE: Please be sure to make any metadata changes to all App Localizations by selecting each specific localization and making appropriate changes.

     在iTunes中的“内容提要”中添加一个用户提示,参照“百度地图”,详情如下:

    二、iOS9之后要添加https协议请求,具体的参照,iOS9新特性

    三、 审核的时候,国外的网速比较的慢,访问不到数据,一开始以为是ipv6的问题,其实是网络访问速度慢,appstore审核人员没有耐心,直接被拒了,打回来的原因如下:

    We discovered one or more bugs in your app when reviewed on iPhone running iOS 9.3.2 on Wi-Fi connected to an IPv6 network.

    Specifically, the login button is unresponsive when tapped.

    The steps to reproduce are:

    1. Launch the application
    2. Proceed to the login page
    3. Tap the login button
    4. No further action occurs

    Please refer to the attached screenshot for more information.
    Next Steps

    Please run your app on a device while connected to an IPv6 network (all apps must support IPv6) to identify the issue(s), then revise and resubmit your app for review.

    If we misunderstood the intended behavior of your app, please reply to this message in Resolution Center to provide information on how these features were intended to work.

    For new apps, uninstall all previous versions of your app from a device, then install and follow the steps to reproduce the issue(s). For updates, install the new version as an update to the previous version, then follow the steps to reproduce the issue(s).

    Resources

    For information about supporting IPv6 Networks, please refer to Supporting IPv6 DNS64/NAT64 Networks and About Networking

    If you have difficulty reproducing a reported issue, please try testing the workflow described in Technical Q&A QA1764: How to reproduce bugs reported against App Store submissions.

    If you have code-level questions after utilizing the above resources, you may wish to consult with Apple Developer Technical Support. When the DTS engineer follows up with you, please be ready to provide:
    - complete details of your rejection issue(s)
    - screenshots
    - steps to reproduce the issue(s)
    - symbolicated crash logs - if your issue results in a crash log

    四、虚拟商品的支付需要使用项目内购,刚开始接触这个不知道,直接使用的支付宝进行的支付,悲剧了,具体原因如下:

    We discovered one or more bugs in your app when reviewed on iPhone running iOS 10.1.1 on Wi-Fi connected to an IPv6 network.

    Specifically, we found the button “个人VIP” was still unresponsive during the review.

    We've attached screenshot(s) for your reference.

    Next Steps

    Please run your app on a device while connected to an IPv6 network (all apps must support IPv6) to identify the issue(s), then revise and resubmit your app for review.

    If we misunderstood the intended behavior of your app, please reply to this message in Resolution Center to provide information on how these features were intended to work.

    For new apps, uninstall all previous versions of your app from a device, then install and follow the steps to reproduce the issue(s). For updates, install the new version as an update to the previous version, then follow the steps to reproduce the issue(s).

    Resources

    For information about supporting IPv6 Networks, please refer to Supporting IPv6 DNS64/NAT64 Networks and About Networking

    Legal - 5.1.1


    We noticed that your app requires users to register with personal information that is not relevant to the app's functionality. Specifically, the following fields are required, but do not have any relevance to the app:

    公司
    职务

    Next Steps

    Information requested during registration must be relevant to the features the app provides. Please remove all required fields that are not relevant to the app or make it clear that those fields are optional.

    Information Needed


    We began the review of your app but aren't able to continue because we need additional information about your app.

    At your earliest opportunity, please review the following question(s) and provide as much detailed information as you can. The more information you can provide upfront, the sooner we can complete your review.

    - Does your app access any paid content or services?
    - What are the paid content or services, and what are the costs?
    - Who pays for the content or services?
    - Where do they pay, and what's the payment method?
    - If users create an account to use your app, are there fees involved?
    - How do users obtain an account?

    Once you reply to this message in Resolution Center with the requested information, we can proceed with your review.

    If you have difficulty reproducing a reported issue, please try testing the workflow described in Technical Q&A QA1764: How to reproduce bugs reported against App Store submissions.

    If you have code-level questions after utilizing the above resources, you may wish to consult with Apple Developer Technical Support. When the DTS engineer follows up with you, please be ready to provide:
    - complete details of your rejection issue(s)
    - screenshots
    - steps to reproduce the issue(s)
    - symbolicated crash logs - if your issue results in a crash log

    五、微信扫二维码跳转app store下载界面

    参考网站:http://wiki.open.qq.com/index.php?title=mobile/应用宝微下载

    六、Archive打包的时候,报错:An SSL error has occurred and a secure connection to the server cannot be made.

    关机不一定有用,删除过期的证书,重新导入证书。

    具体参考:http://www.cnblogs.com/yipingios/p/6236539.html

  • 相关阅读:
    MySQL Binlog信息查看
    MySQL Binlog和Relaylog生成和清理
    MySQL Binlogbinlog_format参数
    Maven的核心概念及安装
    Maven工程约定目录结构
    解决 internal/modules/cjs/loader.js:983 throw err; ^ Error: Cannot find module ‘express‘ 报错问题
    Linux之开机、重启和用户登录注销等操作
    Linux之系统文件概述
    Linux之基本指令
    express的基本使用
  • 原文地址:https://www.cnblogs.com/yipingios/p/6251939.html
Copyright © 2011-2022 走看看