好久好久沒寫博客了,主要是 都在學習新東西,忙不贏啊。
近段時間在用AC平台學習開發移動APP, 今天開始發布應用。
在ac雲控制台編譯成ipa後,使用apple提供的Application Loader工具提交apa文件到iTunes去,等待漫長的30幾分鐘後,提交終於結束,沒想到蹦的彈出一個黃色警告,說:“生成的API分析文件太大。我們無法在交付前驗證您的API使用信息。這只是通知信息。”
嚇了我一跳,第一反應是app出問題了, 提交沒成功。因為這可是第一次提交應用,以前從未有過的事。此之前本來就很忐忑,因為之前一直很位畏縮這個事情。
回到 iTunes Connect 裡來,怎麼還是看不到 提交的ipa:
趕緊去郵箱檢查原因,結果如下:
Dear developer,
We have discovered one or more issues with your recent delivery for "xxxxxxxx". To process your delivery, the following issues must be corrected:
This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSBluetoothPeripheralUsageDescription key with a string value explaining to the user how the app uses this data.
Once these issues have been corrected, you can then redeliver the corrected binary.
Regards,
The App Store team
歐塞,原來是app使用了藍牙控制,需要說明使用權限,沒辦法,只得修改再打包吧,路還漫漫長。。。蘋果真不好吃 !!!!