App Store上架被拒1,小米ipad 6什么时候上架-ESG跨境

App Store上架被拒1,小米ipad 6什么时候上架

来源网络
来源网络
2022-04-29
点赞icon 0
查看icon 742

App Store上架被拒1,小米ipad 6什么时候上架App Store上架被拒uses of this data.· Will the data be shared with any third parties Where will this information be stored?· Which are ......

App Store上架被拒1,小米ipad 6什么时候上架





App Store上架被拒

uses of this data.

· Will the data be shared with any third parties  Where will this information be stored?

· Which are the relevant sections of your privacy policy that explain collection, use, disclosure, sharing,and retention of face data?

· Please quote the specific language in your privacy policy that concerns face data.Once you reply to this message in Resolution Center with the requested information, we can proceed with your apps review.

15.解决方案

App中删除HealthKit所有相关的信息

其中比如证书取消支持HealthKit,项目中取消支持HealthKit

15.

Guideline 2.5.1 Performance Software Requirements

We noticed that your app uses HealthKit, but your app does not appear to include any primary features that require health or fitness data. The intended use of HealthKit is generally to share health or fitness data with other apps or devices as a part of the apps core functionality. Next StepsTo resolve this issue, please remove any HealthKit functionality from your app, as well as any references to this app’s interactivity with HealthKit from the app or its metadata. This includes removing any HealthKitrelated keys in your apps Info.plist as well as removing any calls to HealthKit APIs, including those from 3rd party platforms, from your app.

16.解决方案

删除App中plist audio相关配置

16.

Guideline 2.5.4 Performance Software Requirements

Your app declares support for audio in the UIBackgroundModes key in your Info.plist but did not include features that require persistent audio.Next Steps The audio key is intended for use by apps that provide audible content to the user while in the background, such as music player or streaming audio apps. Please revise your app to provide audible content to the user while the app is in the background or remove the audio setting from the UIBackgroundModes key.

17.解决方案

删除App中plist VoIP相关配置

17.

Guideline 2.5.4 Performance Software Requirements

Your app declares support for VoIP in the UIBackgroundModes key in your Info.plist, but it does not include any Voice over IP services.

Next Steps

To resolve this issue, please revise your app to either add VoIP features or remove the voip setting from the UIBackgroundModes key.

We recognize that VoIP can provide keep alive functionality that is useful for many app features.

However, using VoIP in this manner is not the intended purpose of VoIP.

18.解决方案

因App Store上架检测出你使用了面容识别功能,并且面容识别没有使用苹果自带的面容识别【LocalAuthentication】,Apple强制必须使用Apple官方的【LocalAuthentication】,目前已使用Apple自带的LocalAuthentication进行面容识别认证。

18.

Guideline 2.5.13 Performance Software Requirements

We noticed that your app includes facial recognition for account authentication, but it does not use

LocalAuthentication as the apps primary authentication mechanism.

LocalAuthentication must be your apps primary biometric authentication method, and any othercustom facial recognition mechanism should be optional for login and cannot replace

LocalAuthentication.

Next Steps

To resolve this issue, please revise your app to use LocalAuthentication as the primary mechanism forany biometric account authentication.

Resources

LocalAuthentication offers users secure, effortless access to their devices. Visit Apple Developer forresources more on [using LocalAuthentication](https://developer.apple.com/documentation/localauthentication).

19.解决方案

Apple检测出了应用中使用了screenshot,我这边是以前项目用到了,临时做了隐藏操作,本项目暂时用不到

19.Guideline 4.0 Design

We noticed that your app offers a custom screenshotinitiated interface when the user takes a screenshot in the app.

Next Steps

To resolve this issue, please ensure your app only displays the iOS systemprovided screenshot interface.

The iOS Human Interface Guidelines include more details about [screenshot best practices](https://developer.apple.com/ios/humaninterfaceguidelines/systemcapabilities/screenshots/).

20.解决方案

还是隐私政策,回复:您好,感谢您对App进行审核,我们已对隐私政策进行更新,敬请复查。

20.

Guideline 5.1.1 Legal Privacy Data Collection and Storage

Your app includes a facial manipulation feature but the provided privacy policy does not include all of the information required by [Guideline 5.1.1 of the App Store Review Guidelines](https://developer.apple.com/appstore/review/guidelines/#datacollectionandstorage) and [Section 3.3.10 of the Apple Developer Program License Agreement](https://developer.apple.com/terms/).

Next Steps

To resolve this issue, please update the Privacy Policy URL section of App Store Connect to link to your privacy policy and ensure it includes all of the requisite information.

If your privacy policy includes this information, please respond to this message in Resolution Center with the relevant sections quoted in your reply.

Resources

For your convenience, we’ve included Section 3.3.10 of the Apple Developer Program License

Agreement below:

21.解决方案

因使用了相机,但是权限说明不明确,在info.plist中进行了补充权限说明。

21.

Guideline 5.1.1 Legal Privacy Data Collection and Storage

We noticed that your app requests the user’s consent to access their camera and location but does not clarify the use of the camera and location in the applicable purpose string.

Next Steps

Please revise the relevant purpose string in your app’s Info.plist file to specify why the app is requesting access to the users camera and location. You can modify your apps Info.plist file using the property list editor in Xcode.

To help users understand why your app is requesting access to their personal data, all permission request alerts in your app should specify how your app will use the requested feature.

Resources

For additional information and instructions on requesting permission, please review the [Requesting Permission](https://developer.apple.com/ios/humaninterfaceguidelines/apparchitecture/requestingpermission/) section of the iOS Human Interface Guidelines and the [Information Property List Key Reference](https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyRefere

nce/Articles/CocoaKeys.html#//appleref/doc/uid/TP40009251SW18).

You may also want to review the [Technical QA QA1937: Resolving the PrivacySensitive Data App Rejection](https://developer.apple.com/library/archive/qa/qa1937/index.html) page for details on how to provide a usage description for permission request alerts.

22.解决方案

因App中有几个地方需要进行登录才可以查看,Apple认为你应该打开权限,针对这些问题,进行阐述说明,反馈给Apple就好了

22.

Guideline 5.1.1 Legal Privacy Data Collection and Storage

We noticed that your app requires users to register or log in to access features that are not accountbased.

Next Steps

To resolve this issue, please revise your app to let users freely access your app’s non accountbased features.

Apps may not require users to enter personal information to function, except when directly relevant to the core functionality of the app or required by law.

You should allow users to freely access your app’s non accountbased features. For example, an ecommerce app should let users browse store offerings and other features that are not accountbased before being asked to register, or a restaurant app should allow users to explore the menu before placing an order. Registration must then only be required for accountspecific features, such as saving items for future reference or placing an order.

23.解决方案

苹果认为身份证号码数据隐私隐私,查看登录不需要认为不需要身份证号码信息,针对这些问题,进行阐述说明,反馈给Apple就好了

23.

Guideline 5.1.1 Legal Privacy Data Collection and Storage

We noticed that your app requires users to register with personal information that is not directly relevant to your app’s core functionality. Specifically, the following fields or actions are required but do not appear to be directly relevant to your app’s core functionality:身份证号码

Next Steps

To resolve this issue, please either remove all required fields that are not relevant to the app or make those fields optional. Information requested during registration must be relevant to the features the app provides.

24.解决方案

Apple检测到你的App中使用了第三方登录,根据Apple官方说明,使用了第三方登录就必须支持Apple登录,故需要支持Apple登录。

但是,但是如果满足以下条件,则无需使用Apple登录:

1.您的应用专门使用公司自己的帐户设置和登录系统。

2.您的应用是教育,企业或商业应用,要求用户使用现有的教育或企业帐户登录。

3.您的应用程序使用政府或行业支持的公民身份识别系统或电子ID来对用户进行身份验证。

4.您的应用是特定第三方服务的客户端,要求用户直接登录其邮件,社交媒体或其他第三方帐户 才能访问其内容。

24.

Guideline 4.8 Design Sign in with Apple

We noticed that your app uses a thirdparty login service but does not offer Sign in with Apple. Apps that use a thirdparty login service for account authentication must offer Sign in with Apple to users as an equivalent option.

Next Steps

To resolve this issue, please revise your app to offer Sign in with Apple as an equivalent login option.

Resources

Review the [sample code](https://developer.apple.com/documentation/authenticationservices/implementinguserauthenticationwithsigninwithapple) on Apple Developer Support to learn more about implementing Sign in with Apple in your app.

Read the Sign in with Apple [Overview](https://developer.apple.com/signinwithapple/) to learn more about the benefits Sign in with Apple offers users and developers. Please see attached screenshots for details.

25.解决方案

Apple检测你的App支持推快递,但是没有在开发者中心上传推快递证书。创建并在开发者中心上传推快递证书

25.

ITMS90078: Missing Push Notification Entitlement

Your app appears to register with the Apple Push Notification service, but the app signatures entitlements do not include the apsenvironment entitlement.

If your app uses the Apple Push Notification service, make sure your App ID is enabled for Push Notification in the Provisioning Portal, and resubmit after signing your app with a Distribution provisioning profile that includes the apsenvironment entitlement.

Xcode does not automatically copy the apsenvironment entitlement from provisioning profiles at build time.

This behavior is intentional. To use this entitlement, either enable Push Notifications in the project editors Capabilities pane, or manually add the entitlement to your entitlements file. For more information, seehttps://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/HandlingRemoteNotifications.html#//appleref/doc/uid/TP40008194CH6SW1.


文章推荐
从日本采购旧机器进口及运输过程费用,怎么从日本采购大型机器
Google广告投放优化指南,google gdn 广告投放教程
Google AdWords广告Campaign设置清单,谷歌adwords广告投放
AWS CLI 命令行直接操作AWS控制台,aws控制台命令行怎么用


特别声明:以上文章内容仅代表作者本人观点,不代表ESG跨境电商观点或立场。如有关于作品内容、版权或其它问题请于作品发表后的30日内与ESG跨境电商联系。

搜索 放大镜
韩国平台交流群
加入
韩国平台交流群
扫码进群
欧洲多平台交流群
加入
欧洲多平台交流群
扫码进群
官网询盘
加入
官网询盘
扫码进群
美国卖家交流群
加入
美国卖家交流群
扫码进群
ESG跨境专属福利分享群
加入
ESG跨境专属福利分享群
扫码进群
拉美电商交流群
加入
拉美电商交流群
扫码进群
亚马逊跨境增长交流群
加入
亚马逊跨境增长交流群
扫码进群
亚马逊跨境增长交流群
加入
亚马逊跨境增长交流群
扫码进群
拉美电商交流群
加入
拉美电商交流群
扫码进群
《TikTok综合运营手册》
《TikTok短视频运营手册》
《TikTok直播运营手册》
《TikTok全球趋势报告》
《韩国节日营销指南》
《开店大全-全球合集》
《开店大全-主流平台篇》
《开店大全-东南亚篇》
《CD平台自注册指南》
《开店大全-俄罗斯篇》
通过ESG入驻平台,您将解锁
绿色通道,更高的入驻成功率
专业1v1客户经理服务
运营实操指导
运营提效资源福利
平台官方专属优惠

立即登记,定期获得更多资讯

订阅
联系顾问

平台顾问

平台顾问 平台顾问

微信扫一扫
马上联系在线顾问

icon icon

小程序

微信小程序

ESG跨境小程序
手机入驻更便捷

icon icon

返回顶部