退堂鼓选手
退堂鼓选手
  • 发布:2018-02-10 22:47
  • 更新:2018-02-10 23:57
  • 阅读:1775

ios上架被拒反馈问题求解决

分类:wap2app

Guideline 2.1 - Performance - App Completeness

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

We were unable to load pass the splash screen.

Please see attached screenshots for details.

Next Steps

To resolve this issue, please run your app on a device to identify any issues, 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. For updates, install the new version as an update to the previous version, then follow the steps to reproduce the issue.

Resources

For information about testing your app and preparing it for review, please see Technical Note TN2431: App Testing Guide.

For a networking overview, please review About Networking. For a more specific overview of App Review’s IPv6 requirements, please review the IPv6 and App Review discussion on the Apple Developer Forum.

Guideline 5.1.5 - Legal - Privacy - Location Services

Your app uses location services but does not clarify the purpose of its use in the location modal alert. Apps that collect, transmit, or use location data must notify and obtain the user’s consent prior to accessing this data.

Please see attached screenshots for details.

Next Steps

To resolve this issue, please specify why the app is requesting the user's location in the location permission modal alert.

Resources

For additional information and instructions on configuring and presenting an alert, please review the Requesting Permission section of the iOS Human Interface Guidelines and the Information Property List Key Reference. You may also want to review the Technical Q&A QA1937: Resolving the Privacy-Sensitive Data App Rejection page for details on how to provide a usage description for permission request alerts.

被拒绝有两个问题,一个是ipv6,第二个是定位阐述的问题,不知道该怎么解决,求大神指教

2018-02-10 22:47 负责人:无 分享
已邀请:
王者地带

王者地带 - 5+混合APP开发教程网 | http://www.html5-app.com | 咨询QQ: 2564034335

如果是ipv6问题, 可以把IP 改成域名连接,第二个是说你没有对获得用户位置用途说明,
可以参考下,在manifest.json 下 apple 节点添加权限说明


"plistcmds": [  
                    "Set :NSContactsUsageDescription 需要您同意才能获得您的通信录,允许吗?",  
                    "Set :NSMicrophoneUsageDescription 需要您同意才能录音发语音消息,允许吗?",  
                    "Set :NSPhotoLibraryUsageDescription 需要您同意才能获取到相册图片,允许吗?",  
                    "Set :NSCameraUsageDescription 需要您同意才能扫一扫商品或拍摄其他照片,允许吗?",  
                    "Set :NSPhotoLibraryAddUsageDescription 需要您同意才能添加相片到图库,允许吗?",  
                    "Set :NSLocationAlwaysUsageDescription 需要您同意才能获得您的地理位置,允许吗?",  
                    "Set :NSLocationWhenInUseUsageDescription 获得地理位置,为您更便捷获得你所在城市的资讯,允许吗?"  
                ]

该问题目前已经被锁定, 无法添加新回复