- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
Apple 已拒绝上传到 App Store 的 iOS 应用程序。我开发了一个应用程序,可以在 iOS 设备中安装签名的配置文件 (.mobileconfig)。
我无法弄清楚我以未经批准的方式使用了哪个公共(public) API。
是从服务器下载配置文件然后提示用户安装的 HTTP 请求吗?
我正在使用安全框架(SecCertificate、SecPolicy、SecTrust 等)验证配置文件是否已安装在 iOS 设备中。我不确定这是否是问题所在。
我还应该寻找什么来找出特定的公共(public) API?
以下是 Apple 的回应:
指南 2.5.1 - 性能 - 软件要求
此外,您的应用以未经批准的方式使用公共(public) API,这不符合 App Store 审核指南的准则 2.5.1。
由于没有准确的方法来预测如何修改 API 以及这些修改可能产生的影响,Apple 不允许在 App Store 应用程序中未经批准使用公共(public) API。
后续步骤
请修改您的应用以确保按照 Apple 规定的方式使用记录的 API。
最佳答案
使用 MDM/VPN 进行广告拦截或屏幕时间监控不被视为符合 App Store Review Guidelines .此外,Apple 将从 AppStore 中删除使用相同公共(public) API 的现有应用程序。
更新(2019 年 4 月 28 日) - Apple 发布 press update关于家长控制应用程序。
我得到了 Apple 拒绝应用程序的相同原因。
From Apple
Your app uses public APIs in an unapproved manner, which does not comply with guideline 2.5.1 of the App Store Review Guidelines.Since there is no accurate way of predicting how an API may be modified and what effects those modifications may have, Apple does not permit unapproved uses of public APIs in App Store apps.
我的应用程序是一个家长控制应用程序,它使用 iOS MDM(移动设备管理)协议(protocol)在 child 时间限制结束后隐藏/取消隐藏设备应用程序。因此,我将此回复发送给 Apple 审核团队
ME
Re 2.5.1, we believe our APIs are used in the manner prescribed by Apple. Could you kindly please provide us with one example of an APIs that is non-compliant, via this chat, so we can understand what to look for and what needs to be done?
在此之后,我向他们发送了 3 条跟进消息,但没有收到 Apple 方面的任何消息。因此,我再次提交了该应用程序,没有进行任何更改。 Apple 审查团队再次以同样的理由拒绝了该应用程序。同样,我也发送了相同的消息和调用请求,但 Apple 方面什么也没收到。
因此,几天后,我再次提交了相同的应用程序,但没有进行任何更改。应用程序再次被拒绝。但是这次他们接受了我的通话请求。
ME
Could we please have a call to understand your concerns so we can address them appropriately? Thank you.
.
From AppleHello,
Thank you again for your response.
If you would prefer to speak about this issue over the phone, we can arrange for an Apple Representative to call you within the next three to five business days to discuss your App Review issue.
To request a call, please reply to this message with the best phone number to reach you.
Best regards,
App Store Review
.
ME
Hi, please call +91XXXXXXXXXX. Thank you!
在这位 Apple Review 团队成员给我打电话之后。并表示,使用 MDM/VPN 进行广告拦截或屏幕时间监控不被视为符合 App Store 审查指南。另外,他们告诉我他们也在通知其他开发人员这件事。他们还将从 AppStore 中删除使用相同公共(public) API 的现有应用。
From Apple
Hello Vineet,Thanks for your time on the phone today.
As we discussed, upon further review, we continued to find the app to be out of compliance with the App Store Review Guidelines, such as guideline 2.5.1 - Performance.
It would be appropriate to ensure that all public APIs are being utilized for purposes the APIs were designed for. Using MDM/VPN for ad blocking or screen-time monitoring is not considered compliant with the App Store Review Guidelines.
We hope you will consider making the necessary changes to be in compliance with the App Store Review Guidelines and will resubmit your revised binary.
Please reply to this message via Resolution Center on App Store Connect or feel free to contact me at +1-XXX-XXX-XXXX during weekdays, between 11AM-6PM Pacific Time, if you need further clarification.
Best regards,App Store Review
这个完整的过程大约需要 1.5 个月(2018 年 11 月 20 日至 2019 年 1 月 5 日)。
希望这可以为某人节省 1.5 个月的时间。 :P
关于ios - 二进制拒绝 : Your app uses public APIs in an unapproved manner,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52753992/
如果我调用一个应用程序两次或多次,但只有一个实例应该运行(这是所需的),我就会遇到一个问题。 首先一些(可能必要的)背景信息: 使用 MAC OS X El Capitan (10.11.6) 我有一
覆盖文件。覆盖 Apps 脚本文件。 这是不是 创建一个新的 Apps 脚本文件的问题。那对我没有帮助。我需要更新 现有的 Apps 脚本文件。这个问题类似于创建一个新文件,但不是同一个问题。更新的语
我是 Apps 脚本的新手,正在尝试了解使用另一个帐户在一个帐户中运行/触发脚本的基础知识。需要注意的是:我想在访问脚本的用户而不是拥有脚本的用户的情况下运行脚本——以便将运行时间分配给访问的用户。
我是 Apps 脚本的新手,正在尝试了解使用另一个帐户在一个帐户中运行/触发脚本的基础知识。需要注意的是:我想在访问脚本的用户而不是拥有脚本的用户的情况下运行脚本——以便将运行时间分配给访问的用户。
我有一个安卓应用程序。我想为我的应用程序实现 App Indexing。 我已经点击了 Google 开发者链接 https://developers.google.com/app-indexing/
有什么区别: import App from '../components/App'; 和 var App = require('../components/App'); 两者都用于获取组件,但它没有
问题: 我有一个使用 requireJS 的简单演示应用程序。当require.min.js脚本加载时,它尝试加载入口点脚本。但是,问题是,而不是 localhost:8090/js/app.js它尝
我正在构建一个 React Native 应用程序,目前正在尝试通过 Firebase Auth 实现一个身份验证注册系统。我已经按照指南/网站上的文档来设置 Firebase 配置文件。我运行该应用
因此 app.yaml 文件的一部分如下所示(至少在 GAE 教程中): handlers: - url: /.* script: main.app 但是,我也看到它看起来像这样: handler
我是Android App开发的新手。当我尝试创建一个新项目Android Project时,弹出以下消息: Information:Gradle tasks [:app:generateDebugS
我正在编写一个应用程序脚本(用于处理电子邮件、任务和日历事件)并希望将其部署为网络应用程序。 该应用程序将在运行它的用户的上下文中运行。该应用程序将被超过 10k+ 的用户使用,甚至可能更多。 在将其
我需要实现一个用于登录网站的 Google Apps 脚本应用,然后如果该网站上的身份验证过程成功,用户应该会在 google 脚本边栏中收到一条消息。 例如:用户输入他的邮箱和密码,然后他点击登录按
我正在开发一个跨平台应用程序,它将在 Google Play 商店和 App Store 上发布。 Google Play 政策以及 App Store 政策规定,您不能使用其他支付系统购买将在应用程
我的 AppEngine 应用程序在我的台式机上的开发服务器上运行良好,但我无法在 Google 服务器上获取版本以关注我的源代码更新。 这是最有说服力的例证。我的 app.yaml 文件开始于: a
我像这样将所有内容重定向到我的 app.yaml 中的单个文件 - url: /.* script: frontcontroller.application 但我仍然必须使用 robots.txt
我想构建一个基于 App Engine 的网络应用程序,并使用 Google 帐户对用户进行身份验证。我需要来自多个域的用户可以登录。从我读到的内容看来,仅使用 Google Accounts API
我无法将我的域指向我使用 Google App Engine 托管的网站。这是背景……注意区分“google apps”(域托管、电子邮件等)和“google app engine”(网站框架)的概念
是否可以通过 App Engine 上内置的 OpenId 实现单点登录?我一直在尝试集成一个 Marketplace 应用程序,并让用户在来自 Google Apps(管理面板或通用导航)时登录。我
有没有办法从 azure-cli 为 Web 应用或函数应用创建和/或激活 App Insights? 现在浏览文档。 最佳答案 我之前也考虑过你的问题。要创建应用程序洞察力,az resource
我在以 Angular 创建新项目时遇到问题。当我运行 ng new myapp 命令时,我得到以下命令 ng 新问候语 Error: Path "/app/app.module.ts" does n
我是一名优秀的程序员,十分优秀!