コガネブログ

平日更新を目標に Unity や C#、Visual Studio、ReSharper などのゲーム開発アレコレを書いていきます

2025-10-03から1日間の記事一覧

【Firebase App Distribution】Failed to upload release. There's been an error processing your distribution. Ensure you are uploading a valid IPA or APK and try again.

概要 Failed to upload release. There's been an error processing your distribution. Ensure you are uploading a valid IPA or APK and try again. Additional information about this error: APK cannot be analyzed using aapt dump badging. Firebase…

【Firebase App Distribution】Error: This project is not linked to a Google Play account.

概要 Error: This project is not linked to a Google Play account. Firebase CLI で Firebase App Distribution に .aab をアップロードしようとしたら 上記のエラーが発生する現象に遭遇した。 .aab をアップロードする場合は Firebase プロジェクトと Go…