2016年7月23日 星期六

How to use url scheme link at my site to join line friend ?



[Syntax]

    Add friend :
 
        line://ti/p

    Assume my user id is abc123456, the link format like below :

        line://ti/p/abc123456


 
Tested on iOS/Android UIWebView/WebView.

2015年9月16日 星期三

奇怪的問題 with Application Loader


最近開發 iOS 項目上傳時, 發現使用 Application Loader 會出現 ERROR ITMS-4238 “Redundant binary upload. There already exists a binary upload with build version ‘1.0’ for train ‘1.0’”的錯誤訊息.(版號 1.0 可能是因為此版本被蘋果拒絕過, 修正後有時重新提交會出現此訊息)

Bundle version 版後尾巴加個 .1 (以此例經修改後變成 1.0.1), 另一個 Bundle versions string, short 版號維持 1.0 不變, 比較快的改法是直接改版號(1.0 改成 1.1)再提交就不會出現上述問題.

參考連結 : 

http://engineering.azukisoft.com/redundant-binary-upload-error-itunes-submission/