zoukankan      html  css  js  c++  java
  • 上线App Store关于被打回 说 使用了非公有api的解决方法

    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也是被打回来了  所以我收藏下 好使不好使 试试再说 先记录下来

  • 相关阅读:
    <JZOJ5912>VanUSee
    <JZOJ5910>duliu
    <JZOJ5913>林下风气
    pytest学习笔记(二)
    试用saucelabs进行浏览器兼容性测试
    pytest学习笔记(一)
    SSM框架搭建,以及mybatis学习
    游戏2048的python实现
    使用svn在github上下载文件夹
    jenkins集成python的单元测试
  • 原文地址:https://www.cnblogs.com/zhangguoliang1992/p/4821311.html
Copyright © 2011-2022 走看看