定位问题
using background location services must provide a reason that clarifies the purpose of the use, using mechanisms described in the Human Interface Guidelines
这个原因主要是向用于请求定位权限时,要说明原因.
解决方法
在info.plist文件中设置下面两个字段
占位符问题
we found that your app and/or its metadata does not appear to include final content, which is not in compliance with the App Store Review Guidelines
可能原因一:这个原因主要是图片的placeholder,当从服务器没有请求到图片时,显示的placeholder图片被苹果认为是半成品的APP
可能原因二:在上架项目的时候对于APP的介绍描述不清楚,能吹则吹,多写点,又死不了人.
解决方法
在服务器弄好完整的图片,让APP能请求到.多些应用的描述.
以上方法仅限于理论,因为需要上架的项目没有源码.
–EOF–