Xamarin+Apple TestFlight 手續

手續即係步驟啦!

TestFlight 係咩?TestFlight 初期係幫 Android 同 iOS developers 去測試佢隻 app 嘅,後來俾 Apple 成間公司買咗,變成唔再支持 Android,仲包咗喺 Apple iTunes Connect 入面,專門俾 Apple developers 用嚟測試啲未上 Apple App Store 之前嘅 apps 用。App Store 嘅玩法係由 Apple 制定嘅,你如果依足佢定嘅規矩參賽,就有得玩,如果唔係,盞玩死自己。

Continue reading “Xamarin+Apple TestFlight 手續”

Xamarin + Google Play App Signing 步驟

以往我係自己 Gen 張 Cert 嚟 sign 我寫嘅 Apps,手續又唔算太麻煩,不過哩張 Cert 就係你個 App 嘅出世紙,唔見咗就大鑊! Google 喺 I/O 2017 推出一個新服務叫 Google Play App Signing,佢會幫你 keep 張 Cert,保證安全,你改用一個叫 Upload Key 嘅嘢嚟 sign 你個 App,萬一你唔見咗張 Key,又或者你張 Key 俾人 hack 咗,你可以叫 Google 取消張 Key,俾過張新嘅你,唔影響你個 App,不過,如果你個 Google account 俾人 hack 咗,咁仲大鑊,😂,所以 Google 建議你用 2-Step Verification。咁即係點?

Continue reading “Xamarin + Google Play App Signing 步驟”

Xamarin Push Notification (用 Firebase 經 APN 發至 iPhone)

蘋果一向都唔係咁歡迎人哋答順風車嘅,所以,要 send notification 俾 iPhone 就較為複雜:

  1. 首先,你要俾錢做 developer
  2. 去 Developer Console 整張 APN Cert(APN 係 Apple Push Notification)
  3. 留意,張 Cert 有分 Development 同 Production,兩張 Certs 唔互通
  4. 下載張 Cert
  5. 轉成 .p12 格式
  6. 上載到 Firebase Console

Continue reading “Xamarin Push Notification (用 Firebase 經 APN 發至 iPhone)”

Visual Studio for Mac 開唔倒 GoogleService-Info.plist

首先重複一次張圖:

哩張圖係另外一個網友上載嘅,我順手拎嚟,反正問題相同。:)

你估唔倒係咩問題?咪又係 Microsoft 嘅 Visual Studio for Mac 囉!

我用 Visual Studio Code 打開佢:

有幾段咁嘅 codes,完全冇錯嘅 syntax,不過,不過,如果你改成咁:

你就可以順利用 Visual Studio for Mac 打開個檔案!

死未!