码迷,mamicode.com
首页 > 移动开发 > 详细

上线App Store关于被打回 说 使用了非公有api的解决方法

时间:2015-09-19 13:38:07      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:

Non-public API usage:



    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.


这是错误的提示部分,可是我在工程中寻找,要么找不到,要么就是百度地图或者shareSDk中的文件和方法,我又不能进行修改,这该怎么办呢,

 

 

听网上热心网友说使用百度api 一定要在   build setting  的 other linker flag 中添加  -ObjC 注意大小写 这样编译  好像才可以 

我的app也是被打回来了  所以我收藏下 好使不好使 试试再说 先记录下来

上线App Store关于被打回 说 使用了非公有api的解决方法

标签:

原文地址:http://www.cnblogs.com/zhangguoliang1992/p/4821311.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!