iOS 审核被拒 记录

2021-04-14  本文已影响0人  HH思無邪

Guideline 5.1.1- Legal - Privacy - Data Collection

We noticed that your app requests the user's consent to access the local network information, but doesn't sufficiently explain the use of the local network information in the purpose string. Specifically, it would be necessary to elaborate why this app need to connect to devices.
To help users make informed decisions about how their data is used, all permission request alerts need to specify how your app will use the requested

Please revise the relevant purpose string in your app's Info.plist file to specify why your app needs access to the user's AppTracking Transparency framework and local network information.
You can modify your app's Info.plist file using the property list editor in Xcode.

ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead

cd 项目根目录
find . -type f | grep -e ".a" -e ".framework" | xargs grep -s UIWebView

ITMS-90511: CFBundleIdentifier Collision - The Info.plist CFBundleIdentifier value 'com.xxx.xxx'

ITMS-90511: CFBundleIdentifier Collision - The Info.plist 
CFBundleIdentifier value 'com.woapp.xxx.xxx' of 
'industryiOS.app/Frameworks/CLHybridProtocol_Module.framework' 
is already in use by another application

Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage


尽管上架被拒作为iOS开发者而言,是很正常的事,但是每当你不确定风险的时候,上架前百度一下一般可以规避大部分风险

上一篇 下一篇

猜你喜欢

热点阅读