240 发简信
IP属地:北京
  • 历经两周时间,终于解决了

    Guideline 2.3.1 - Performance

    2.3 Performance: Accurate Metadata Guideline 2.3.1 - Performance We discovered that you...

  • Guideline 2.3.1 - Performance

    We discovered that your app contains hidden features. Attempting to hide features, functionality or content in your app is considered egregious behavior and can lead to removal from the Apple Developer Program.

    Specifically, we found that your app includes AliPay (支付寶), WeChat Pay, which provides access to external payment mechanisms and enables the purchase of content, services, or functionality by means other than the in-app purchase API.

    If you feel that we have misunderstood how your app functions and that your app is compliant with the App Store Review Guidelines, please reply to this message in Resolution Center to explain how this feature works.

    The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved.

    Next Steps

    - Review the Performance section of the App Store Review Guidelines.
    - Ensure your app, as well as any third-party code and SDKs implemented in your app, are compliant with all sections of the App Store Review Guidelines and the Terms & Conditions of the Apple Developer Program.
    - Revise or remove the hidden features from your app. Once your app is fully compliant, resubmit your app for review.

    Submitting apps designed to mislead or harm customers or evade the review process may result in the termination of your Apple Developer Program account. Review the Terms & Conditions of the Apple Developer Program to learn more about our policies regarding termination.
    我真的没有接入第三方支付,苹果总是拒绝我提交?大神能帮忙看看什么原因吗?

    ios开发之--那些被苹果拒绝上架的原因

    一、后台定位 Your app declares support for location in the UIBackgroundModes key in your Info...

  • Guideline 2.3.1 - Performance

    2.3 Performance: Accurate Metadata Guideline 2.3.1 - Performance We discovered that you...

  • ios中符号表上传

    输出符号表 cd Desktop/ Ls java -jar buglySymboliOS2/buglySymboliOS.jar -i ~/Desktop/crash/ -...

  • bugly输出ios字符集

    输出符号表 cd Desktop/ Ls java -jar buglySymboliOS2/buglySymboliOS.jar -i ~/Desktop/crash/ -...

  • ulua在release下面闪退

    Fastest,Smallest[-Os] 闪退 unity2017.2.1用的是simpleframework_UGUI0.4.1导出xcode 运行 1.在release...

  • Untiy2017.2.1f1破解只需要替换两个文件即可。还有第三种方式:就是向别人要破解之后的,把这两个文件替换即可。

    如果下面两个文件找不到,还有第三种方式:就是向别人要破解之后的,把这两个文件替换即可。 Mac使用补丁文件破解方法: (请注意如果在mac上下载zip后如果自动变为一个文件夹...

  • LuaManager.DoFile("Prjloplua/RequireAllMondelProtocol"); 超过600个require需要分成两个require ,不然安卓apk包闪退

    --@@@@@gaden require初始化: 超过600个require需要分成两个require,不然安卓apk包闪退 ------------------------...

  • Unity2017.2.1用的是simpleframework_UGUI0.4.1导出xcode闪退

    unity2017.2.1用的是simpleframework_UGUI0.4.1导出xcode 运行 1.在release Fastest,Smallest[-Os] L...

  • Debug模式下默认是 -O0

    iOS下接入Lua

    1、Armv7平台 iPhone5的CPU直接使用的浮点计算方法有误差,会导致 double 的高精度比较与计算出错,解决方案是使用LuaJIT,在编译时加入 -mfloat...