Firebase AnalyticsのlogEventイベントをDebugViewでリアルタイム確認する方法

Firebase Analytics の logEvent を使用して送信したイベントデータをリアルタイムで確認するには、Firebase Console の「DebugView」機能を使用します。 DebugView …

Continue reading ‘Firebase AnalyticsのlogEventイベントをDebugViewでリアルタイム確認する方法’ »

Android14のSelected Photos Accessについて

問題 AndroidManifest.xmlの下記の行で警告が表示されます。 <uses-permission android:name=”android.permission.READ_MEDIA_IMAGES” …

Continue reading ‘Android14のSelected Photos Accessについて’ »

「Build Type ‘debug’ contains custom BuildConfig fields」エラーの対策

問題 Android Studioでアプリをビルドすると、以下のようなエラーが発生しました。 Build Type ‘debug’ contains custom BuildConfig fields, but the …

Continue reading ‘「Build Type ‘debug’ contains custom BuildConfig fields」エラーの対策’ »

Play ConsoleでAndroidアプリを非公開にできないとき

Play Consoleのアプリの詳細設定画面で、アプリの公開状況を「非公開」に変更できない問題が発生しました。 アプリの公開状況を「非公開」に変更するには、Play Console ヘルプの「アプリを非公開にする」に記 …

Continue reading ‘Play ConsoleでAndroidアプリを非公開にできないとき’ »