根据选择正确的Google plist的某些设置,我的应用程序可以动态连接到2个Firebase项目云之一。那部分起作用。
尽管如此,我希望所有Crashlytics日志仅定向到一个云上。
有可能这样做吗?
我试图让GoogleService-Info.plist和GoogleService-Info-second.plist都指向不同的云。
使用GoogleService-Info.plist启动应用程序时,所有内容都会正确记录。
使用GoogleService-Info-second.plist启动应用程序时,该应用程序可以运行,但当机时未使用GoogleService-Info.plist信息。
我认为Crashlytics仅在寻找该GoogleService-Info.plist文件,但我认为firebase.configure()会覆盖所有内容。我是对的吗?
预先感谢