我在打包的时候权限配置里只配置了附件里的权限。
结果apple store审核说:We noticed that your app requests the user’s consent to access the local network information but does not clarify the use of the local network information in the applicable purpose string.
我在网上搜了下,又在配置文件里加了如下配置:
"ios" : {
"privacyDescription" : {
"NSCameraUsageDescription" : "乡媒网需要使用相机拍摄做好的广告位,需要您的同意",
"NSLocationWhenInUseUsageDescription" : "乡媒网需要获取广告位的GPS定位,需要您的同意",
"NSPhotoLibraryAddUsageDescription" : "乡媒网需要使用相册保存拍摄的照片",
"NSPhotoLibraryUsageDescription" : "乡媒网需要读取您的相册信息以上传合同或身份信息",
"NSAllowsLocalNetworking" : "乡媒网需要访问网络来获取订单信息"
},
"plistcmds" : [
"Set :NSAppTransportSecurity:NSAllowsArbitraryLoadsInWebContent NO",
"Set :NSAppTransportSecurity:NSAllowsLocalNetworking NO"
]
},
审核的时候还是报同样的问题。请问这个要在哪里配置呢?我在配置权限里并没有找到此项配置。