寫的應用即將要上架了,一看包名還是com.myproject,因為當時init的時候項目名是myproject,這個就肯定不行了,于是按照公司要求要改成域名反向的包名,比如我...

寫的應用即將要上架了,一看包名還是com.myproject,因為當時init的時候項目名是myproject,這個就肯定不行了,于是按照公司要求要改成域名反向的包名,比如我...
2018年3月14日 上午2:59發件人 Apple1.1 Legal: Privacy - Data Collection and StorageGuideline 5.1...
@winnie小雨 哈哈能幫到你我很開心
weex 項目打包審核ios被拒!使用私有APIGuideline 2.3.1 - Performance We continue to find that your app contains hidden feature...
使用RN編寫完簡單的第一版應用后,才發現還沒有添加啟動圖,各種查找如何添加,不過資料不多再加上好多已經過時過程還是比較痛苦的,所以把這個過程記錄下來。 使用react-nat...
在RN新的版本中,去除了index.android.js與index.ios.js移動端入口文件,改成了只有一個index.js兩端通用的入口文件,在第一次運行android...
由于最近要用RN寫app,就趕緊看看,可是沒有那么多時間,就一邊看一邊寫了,所以學的沒有那么細很多坑, 先來實現,最后來看看坑吧 運行環境:RN版本0.48以上使用最新官網推...
Guideline 2.3.1 - Performance We continue to find that your app contains hidden feature...
前言:最近要求要寫單元測試了,可是對單元測試并沒有什么了解,于是趕緊各種google。最后簡單的來說,就是與真實業務邏輯代碼完全隔離的另一份差不多相同的代碼,這些代碼就叫測試...
@一縷殤流化隱半邊冰霜 謝謝你你說的很對
Weex 是如何在 iOS 客戶端上跑起來的前言 2016年4月21日,阿里巴巴在Qcon大會上宣布跨平臺移動開發工具Weex開放內測邀請。Weex能夠完美兼顧性能與動態性,讓移動開發者通過簡捷的前端語法寫出Nativ...
前言 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...