LoginSignup
12
6

More than 5 years have passed since last update.

Firebase Analyticsのdebugモードを有効にする方法

Posted at

firebase analyticsでdebugモードをonにして、送信されてるデータを確認する方法を紹介します
具体的には、ログに吐かれている

To enable debug logging set the following application argument: -FIRAnalyticsDebugEnabled (see http://goo.gl/Y0Yjwu)

の説明です。

step1. scheme管理メニューを開く

step1.png

step2. Edit Schemeをクリックして、scheme編集画面を開く

step2.png

step3. Argumentsをの中の「Arguments Passed On Launch」に「-FIRAnalyticsDebugEnabled」を追加する

-FIRAnalyticsDebugEnabledの先頭の「-」も必要なので注意

step3.png

12
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
6