跳到主要內容

[iOS] 第一次 Ad Hoc 就上手

之前都沒想過要用這個 Ad Hoc,這一次是因為用到了Dropbox API,在Submit被reject後
被要求要用Ad Hoc將url傳送給Dropbox去測試…

需要的動作:
1.APP Id,這個如果要正式版跟測試版可以並存的話,就要重新申請一個,不然就用原本的
2.Profile,這個得弄個新的,後面要選憑證、設備
Add iOS Provisioning Profiles Apple Developer

















 

 

 

 

 

 

 

完成後下載這個Profile,並安裝到Mac


3.打開Xcode,到Project -> Info -> Configurations
按下+,複製Release,名稱為 Ad-Hoc
GuitarImageTabViewer xcodeproj 1









 

 

 

 

4.換到TARGETS -> Build Settings -> Code Signing
多了一個Ad-Hoc的選項,把上面新增的Profile設定進去
我這裡是先設定最下面的Provisioning Profile,再設定Signing
GuitarImageTabViewer xcodeproj 1









 

 

 

 

 

5.設定Schema
螢幕快照 2015 05 05 下午9 36 29










 

 

 

 

 

因為接下來會用Archive來匯出ipa檔,所以這裡要把Build Configuration設成Ad-Hoc
熒幕擷取畫面 2015 5 5 下午9 39












 

 

 

 

 

 

6.Archive,這裡不能用Simulator
GuitarImageTabViewer xcodeproj 1









螢幕快照 2015 05 05 下午9 45 49

 

 

 








Organizer








Organizer






 




 

 

 

 

 

 

 

 

後面還有一些Profile的問題,反正就是選上面新建的那個
然後就匯出ipa檔了

7.再來是如何給測試者安裝的問題,這次我是用email寄url的方式,透過dropbox
7.1 先把ipa檔放到Dropbox上並取得『直接下載』的url
螢幕快照 2015 05 05 下午9 59 39







GuitarImageTabViewer Dropbox
















https://www.dropbox.com/s/wnxxxxxxxxxxxxx/GuitarImageTabViewer.ipa?dl=0
改成
https://dl.dropboxusercontent.com/s/wnxxxxxxxxxxxxx/GuitarImageTabViewer.ipa
7.2 建立plist檔 -手動建立,內容如下,ipa文件的url就是上面那行

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>items</key>
<array>
<dict>
<key>assets</key>
<array>
<dict>
<key>kind</key>
<string>software-package</string>
<key>url</key>
<string>//ipa文件的url</string>
</dict>
</array>
<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<string>//bundle id</string>
<key>bundle-version</key>
<string>//版本号</string>
<key>kind</key>
<string>software</string>
<key>title</key>
<string>//app名</string>
</dict>
</dict>
</array>
</dict>
</plist>

完成後存成manifest.plist,再上傳到dropbox,並同上一步的方式取得manifest.plist直接下載的url
from: http://zhidao.baidu.com/question/2011423077553574188.html?fr=iks&word=xcode6+%C9%FA%B3%C9ipa+plist&ie=gbk
7.3 如何給別人下載 - 建立下載的html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Setup My App</title>
</head>
<body>
<a style="font-size:100px"href="itms-services://?action=download-manifest&url=https://dl.dropboxusercontent.com/s/hre0xxxxxxx/manifest.plist"> Tap Here to Install the Application</a>
</body>
</html>
紅字的部份是上一步的url,完成後存成AdHoc.html,上傳到Dropbox,再一次取得AdHoc.html的直接下載url
將這個url寄給測試者,用iPhone or iPad打開點擊url就可以安裝~~

參考:
iOS - ad-hoc教學  http://mewzilog.blogspot.tw/2014/10/ios-ad-hoc.html

End.

留言

這個網誌中的熱門文章

[Swift] String Format for NT$

  var amount = NSNumber(int: 8880) var _currencyFormatter = NSNumberFormatter() _currencyFormatter.numberStyle = NSNumberFormatterStyle.DecimalStyle //_currencyFormatter.currencyCode = "NT$ " //_currencyFormatter.formatterBehavior = NSNumberFormatterBehavior.BehaviorDefault //_currencyFormatter.negativeFormat = "-$#,##0" _currencyFormatter.positiveFormat = "NT$ #,##0" _currencyFormatter.stringFromNumber(amount)   輸出結果︰ NT$ 8,880   參考︰ http://www.cokco.cn/thread-35548-1-1.html http://www.freair.com/bbs/simple/?t558.html

小米路由器 mini 刷機

這次會來刷機是因為要給 MOD 使用 但原本的 小米路由器 mini 沒支援 IPTV 不想再買一台路由器(已經有四台了XD,有3台是被淘汰的)   參考文章︰ 1.  ERIC的攝影世界 - 小米路由器mini 免USB打開SSH  ( 備份檔案 ) 2.  ERIC的攝影世界 - 小米路由器mini韌體刷openwrt PandoraBox韌體  ( 備份檔案 ) 3.  寫寫東西 分享心得 - 小米路由器mini 改韌體 可看中華電信MOD iptv功能開啟 刷機 刷rom 直通MOD 老毛子Padavan固件 華碩 RT-AC54U  ( 備份檔案 )   其實找了很多篇文章,大部份都教用官方的那招,但不知道為什麼我就是取不到SSH的密碼 https://d.miwifi.com/rom/ssh  這個一直導不到要的那頁… 所以後來是用了  ERIC的攝影世界 - 小米路由器mini 免USB打開SSH  的第二招  免USB打開SSH 步驟︰ 1. 手動更新韌體到小米路由器mini 穩定版 2.8.14 ( 備用檔案 ) 2. 然後按  ERIC的攝影世界 - 小米路由器mini 免USB打開SSH  的 1.2.3.4.5   2.1 登入  小米路由器mini控制台  後複制網址     http://192.168.31.1/cgi-bin/luci/;stok=521b849e00a11c5b6743aa275ba84ed8 /web/home#router   2.2 將下面的網址紅色部份換成自己的,然後再貼到Browser上     http://192.168.31.1/cgi-bin/luci/;stok=521b849e00a11c5b6743aa275ba84ed8 /api/xqsystem/set_name_password?oldPwd=路由器控制台管理密碼&newPwd=admin     順利的會得到  {"code":0}   2.3 將下面的網址紅色部份換成自己的,然後再貼到Browser上     http://192.168.31.1/cgi-bin/luci/;stok=521b849e00a11c5b6743aa275ba84ed8 /api/x

[PS4 VR] 影片轉檔

怎麼用索尼PSVR看安卓VR 360° 3D視頻 => 將雙眼視頻改成單眼視頻,將格式改成MPEG-4,解析度1920*1080 ,60幀 15000kbps https://kknews.cc/tech/vme9a5l.html ============================================================== Wondershare Filmora:  8.0.0 for Mac 破解版下載 http://www.iphoneba.net/2563.html v8.2.0 http://www.zhinin.com/wondershare_filmora-mac.html ============================================================== for Littlstar http://docs.littlstar.com/plugins/servlet/mobile?contentId=2262863#content/view/2262863 Video Requirements H.264 High@5.1 or lower Max pixel width: 2560 Max frame rate: 60fps (最好是29.97) YUV420/NV12 color space 20Mbps bit rate or lower Audio Requirements Stereo Audio only AAC (Advanced Audio Coding) 320Kbps bit rate or lower Container Requirements File extensions: MP4, MOV No fragmented MP4 No DRM 15 min max duration 以上~ Littlstar不支援平面的3D格式,只支援180或360 而PSVR的媒體播放器不支援3D,只支援360 ============================================================== Make 3D Videos For PSVR Wat