2017年7月17日 星期一
iOS App 上架駁回
由於是藍牙產品,App 需要連線才能動作,所以審核員也會要求你將硬體寄送過去給 Apple
底下是遭駁回的理由…
Guideline 2.1 - Information Needed
Thank you for your resubmission. We have started the review of your app, but we are not able to continue because we need the associated hardware to fully assess your app features.
Next Steps
To help us proceed with the review of your app, please send the necessary hardware/accessory to the address below.
NOTE: Please include your app name and app ID in the shipment; failure to provide this information can delay the review process.
Additionally, it may take several business days for us to receive the hardware once it has been delivered to Apple.
Apple, Inc.
1 Infinite Loop, M/S: 124-2APP
Cupertino, CA 95014
USA
解決方法…
先嘗式拍攝一段完整的DEMO影片回覆看看。
(後續:已審核通過)
2017年7月13日 星期四
iOS App 發佈出現錯誤-ERROR ITMS-90086
iOS App 發佈出現底下錯誤…
ERROR ITMS-90086: "Missing 64-bit support. iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK or later. We recommend using the default "Standard Architectures" build setting for "Architectures" in Xcode, to build a single binary with both 32-bit and 64-bit support."
試了很久才總算 OK(上架真麻煩),但仍不知真正原因所在,記錄一下過程,應該多少有幫助…
有使用 CocoaPods 的話檢查一下專案(包含自己的及Pods的) signing 及 target 設定是否有錯,並記得 pod update 一下
檢查一下 Architectures 是否有錯,建議使用 Standard architectures
檢查一下 Valid Architectures 是否有錯,需包含 arm64
試試看 Bulid Settings 中 Enable bitcode 設為 No 是否有效
另外 iOS 10 以後,存取使用者私密資料 privacy-sensitive data 都要加上 usage description string,使用藍牙之類的週邊裝置也要加上相應的,不能留空白。
訂閱:
文章 (Atom)
VirtualBox 空間減肥
sdelete64 -z c: VBoxManage modifymedium disk "/Users/fellow/VirtualBox VMs/Win10/Win10.vdi" --compact *.vdi 路徑可以在 VirtualBox 儲...
-
https://github.com/ljean/modbus-tk/ install pip… sudo apt-get install python-pip install... download modbus_tk-x.x.x.tar.gz tar zxvf...
-
ARis... ARis 是日本一間公司出品的產品,應用了 ARToolKit 技術。 展示影片在這… http://www.youtube.com/watch?v=yCCx7zANsGE YouTube上可以找到更多類似的影片。 這邊是我用 FLARToolK...
-
由於ASSEMBLA即將開始收費,因此要把所有的SVN進行大搬家,連帶的一些教學文件也跟著搬家了,看來還是GOOGLE的窩最舒適(重點是免費) FPPA實驗平台教學教材-使用C語言 FPPA實驗平台簡介 實驗(一) 8位元LED輸出單元 與 模組設計總論 實驗(二) 按鍵開關輸入...