顯示具有 iOS 標籤的文章。 顯示所有文章
顯示具有 iOS 標籤的文章。 顯示所有文章

星期三, 1月 28, 2015

Apple iTunes Connect --- App 於 Testflight 測試之設定


注意事項:
1.測試設備必須為 iOS 8 以上才能安裝 TestFlight
2.測試人員信箱如為 Gmail 須在 Safari 登入收信,不能再 Gmail App 登入,否則無法正常開啟 TestFlight ,會轉往 App Store 即便已安裝 TestFlight。
3.一個 App 內測上限 25 人,外測上限 1000 人
4.一個 iTunes Connect 帳號一次最多測試10 個 App

星期二, 1月 20, 2015

Unity mobile movie texture plugin test

Vuforia ( Video Playback )
Android
StreamingAsset 資料夾:正常
Http:正常
temporaryCachePath:正常

iOS
StreamingAsset 資料夾:正常
Http:會全螢幕播放
temporaryCachePath:無法播放


Easy Movie Texture For Android (Video Texture)
Android
StreamingAsset 資料夾:未測試
Http:未測試
temporaryCachePath:未測試

iOS (尚未有正式版,Beta版)
StreamingAsset 資料夾:正常
Http:無法播放
temporaryCachePath:未測試


Mobile Movie Texture
Android
StreamingAsset 資料夾:正常播放,但尚未支援音訊
Http:無法播放
temporaryCachePath:未測試

iOS
StreamingAsset 資料夾:正常播放,但尚未支援音訊
Http:無法播放
temporaryCachePath:未測試


Video Texture Pro 2.0
Android:未支援

iOS
StreamingAsset 資料夾:正常
Http:正常
temporaryCachePath:正常



作業系統 : OS X 10.10.1

Unity版本 : 4.6.1 pro , Android pro , iOS pro

Xcode : 6.1.1 ( SDK 8.1 )

視訊 : mp4 ( H.264,AAC )

測試設備:iPad 2(iOS 7.1.1)、iPad 4(iOS 8.1)

以上測試環境會出現同一問題

在iPad 2上,影片會正常播放,但是無聲音

在iPad 4上,影片、聲音正常播放

尚未研究為何

星期四, 12月 18, 2014

Mac 中開啟 iOS Safari console log

在 iOS 中進入設定→ Safari(在左側欄) → 進階 → 網頁檢視器,將其打開

然後 iOS 設備連接至 Mac

iOS 設備及 Mac 打開 Safari

在 Mac 的 Safari 中選取--開發 → 需要 log 的 iOS 設備 → 需要 log 的網頁分頁

星期一, 7月 21, 2014

HTML5 + WebGL 實作小筆記

1.
(1) iOS 7 以前(包含),無法使用瀏覽器取得攝影機畫面。(navigator.getUserMedia函式)
(2) Chrome on android 可以用程式抓出所有多媒體設備,並且判斷需要的設備做選擇,例如後攝影機。(判斷式:http://kanbear.blogspot.tw/2014/07/htmlthreejs_21.html)
(3) Firefox on android 無法以程式選擇需要的攝影機,在使用者授權攝影機使用時交由使用者決定攝影機。
(4) Opera on android 預設使用後攝影機。