3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Firebase Crashlytics Schemeごとの実装

Last updated at Posted at 2019-08-16

##Firebase Crashlyticsの実装でつまづいた
Firebase Crashlyticsの実装で、表示されるはずのダッシュボードが表示されなかった。

##SchemeごとにFirebaseに登録して解決
Release、STGなどSchemaごとにアプリとして登録する必要があった。
(アプリとして登録する際にダウンロードするGoogleService-Info.plistと、
アプリID、BundleIDなどが一致する必要があった。)

###BundleIDの設定
TARGET → Build Settings → Product Bundle Identifierで検索 → SchemeごとにBundleID設定

###Schemeごとにアプリとして登録

###公式の手順に沿ってClashlyticsを実装

3
0
1

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
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?