ASO优化服务站

App Store 审核指南 拒绝问题列表

ASO优化服务站 https://aso668.com 2019-08-10 16:40 出处:aso668.com 作者:admin编辑:@aso668
App Store 审核指南 拒绝问题列表 The app references non-public selectors in LoveForJorney: authenticate, expires, sendRequest:, setCenterPoints:, setCities:, setClientID:, setCurrentCount:, setDetailTy

App Store 审核指南 拒绝问题列表

The app references non-public selectors in LoveForJorney: authenticate, expires, sendRequest:, setCenterPoints:, setCities:, setClientID:, setCurrentCount:, setDetailType:, setGeometryDelegate:, setObjectID:, setThumbnailData:, setTotalCount:, userIDIf method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed.

检查Build Settings下Other Linker Flags里面有没有加入-ObjC标志,百度地图需要加入这个?

1.jpg

--------------------- 


①、Non-public API usage:The app references non-public symbols in XXXX: _UICreateCGImageFromIOSurface

原因:我在项目里面导入了Reveal.framework框架

解决方案:上线之前,删除该框架(在other linker 里面配置的 -ObjC也去掉),问题解决。

②、Non-public API usage:The app references non-public selectors in XXXX: setCities:, setCurrentCount:, setDetailType:, setGeometryDelegate:, setStrategy:, setTotalCount:

原因:在项目里面搜索发现是百度地图(BaiduMap_SDK_v2.8.1)的问题。里面的方法和苹果私有API方法冲突。

解决方案:更新了百度地图(值得庆祝的是BaiduMap_SDK_v2.9.0之后,再也不用合并Simulator和真机库了),就可以完美解决。

注:APP打包上传完成之后,网页上构建的版本会有延迟,过会才会出现。时刻关注邮箱,苹果会把每个阶段问题返回给你。


887

精彩评论

暂无评论...
验证码 换一张
取 消