240 发简信
IP属地:北京
  • React Native 项目修改Android端应用包名

    写的应用即将要上架了,一看包名还是com.myproject,因为当时init的时候项目名是myproject,这个就肯定不行了,于是按照公司要求要改成域名反向的包名,比如我...

  • ios审核新坑解决,因为需要访问相机权限被拒绝

    2018年3月14日 上午2:59发件人 Apple1.1 Legal: Privacy - Data Collection and StorageGuideline 5.1...

  • @winnie小雨 哈哈能帮到你我很开心

    weex 项目打包审核ios被拒!使用私有API

    Guideline 2.3.1 - Performance We continue to find that your app contains hidden feature...

  • React-Native android端添加启动页

    使用RN编写完简单的第一版应用后,才发现还没有添加启动图,各种查找如何添加,不过资料不多再加上好多已经过时过程还是比较痛苦的,所以把这个过程记录下来。 使用react-nat...

  • React-Native Android真机测试 解决 -unable to load script from assets 'index.android bundle'...

    在RN新的版本中,去除了index.android.js与index.ios.js移动端入口文件,改成了只有一个index.js两端通用的入口文件,在第一次运行android...

  • React-Native 导航跳转实现与坑

    由于最近要用RN写app,就赶紧看看,可是没有那么多时间,就一边看一边写了,所以学的没有那么细很多坑, 先来实现,最后来看看坑吧 运行环境:RN版本0.48以上使用最新官网推...

  • weex 项目打包审核ios被拒!使用私有API

    Guideline 2.3.1 - Performance We continue to find that your app contains hidden feature...

  • 120
    weex项目使用jest编写简单的单元测试

    前言:最近要求要写单元测试了,可是对单元测试并没有什么了解,于是赶紧各种google。最后简单的来说,就是与真实业务逻辑代码完全隔离的另一份差不多相同的代码,这些代码就叫测试...

  • @一缕殇流化隐半边冰霜 谢谢你你说的很对

    Weex 是如何在 iOS 客户端上跑起来的

    前言 2016年4月21日,阿里巴巴在Qcon大会上宣布跨平台移动开发工具Weex开放内测邀请。Weex能够完美兼顾性能与动态性,让移动开发者通过简捷的前端语法写出Nativ...

  • 120
    Weex 是如何在 iOS 客户端上跑起来的

    前言 2016年4月21日,阿里巴巴在Qcon大会上宣布跨平台移动开发工具Weex开放内测邀请。Weex能够完美兼顾性能与动态性,让移动开发者通过简捷的前端语法写出Nativ...

  • 应用程序商店不允许使用非公共API,因为如果这些API改变,就会导致用户体验不佳。
    使用grep -r xxxx命令对苹果说的那些API检查后发现有以下地方引用了这些API:
    Binary file ./Pods/ATSDK-Weex/ATSDK.framework/ATSDK matches
    Binary file ./Pods/ATSDK-Weex/ATSDK.framework/Versions/A/ATSDK matches
    Binary file ./Pods/ATSDK-Weex/ATSDK.framework/Versions/Current/ATSDK matches
    Binary file ./WeexDemo.xcworkspace/xcuserdata/mac.xcuserdatad/UserInterfaceState.xcuserstate matches

    Weex 是如何在 iOS 客户端上跑起来的

    前言 2016年4月21日,阿里巴巴在Qcon大会上宣布跨平台移动开发工具Weex开放内测邀请。Weex能够完美兼顾性能与动态性,让移动开发者通过简捷的前端语法写出Nativ...

  • 作者你好,现在我们公司就是用的weex构建的审核,苹果提示说第三方框架有引用的私有API他们不予许,具体拒绝通过信息如下:恳请帮助,,,,
    Guideline 2.3.1 - Performance


    We discovered that your app contains hidden features.

    The next submission of this app may require a longer review time.

    Next Steps

    - Review the Performance section of the App Store Review Guidelines.
    - Ensure your app is compliant with all sections of the App Store Review Guidelines and the Terms & Conditions of the Apple Developer Program.
    - Once your app is fully compliant, resubmit your app for review.
    Your app uses or references the following non-public APIs:
    kIOMasterPortDefault, _IOServiceMatching, _IOServiceGetMatchingService, _IORegistryEntryCreateCFProperties, _IOObjectRelease

    The use of non-public APIs is not permitted on the App Store because it can lead to a poor user experience should these APIs change.
    Next Steps
    If you are using third-party libraries, please update to the most recent version of those libraries. If you do not have access to the libraries' source, you may be able to search the compiled binary using the "strings" or "otool" command line tools. The "strings" tool can output a list of the methods that the library calls and "otool -ov" will output the Objective-C class structures and their defined methods. These tools can help you narrow down where the problematic code resides. You could also use the "nm" tool to verify if any third-party libraries are calling these APIs.
    Resources
    For information on the "nm" tool, please review the "nm tool" Xcode manual page.

    Weex 是如何在 iOS 客户端上跑起来的

    前言 2016年4月21日,阿里巴巴在Qcon大会上宣布跨平台移动开发工具Weex开放内测邀请。Weex能够完美兼顾性能与动态性,让移动开发者通过简捷的前端语法写出Nativ...