Search code examples
ioscrashlyticsgoogle-fabric

how to integrate crashlytics in Xcode that uses CMS and script for multiple apps


I have the common code in Xcode and a test app identifier. But I generate the ipa for different/many live apps using scripts at admin side and I generate many applications using CMS. So how do I integrate Crashlytics in such case. Currently when I open the fabrics dashboard I just see one app - that is the test app(identifier). Please help


Solution

  • Mike from Fabric here. In order for an app to be activated on the Fabric dashboard, a build and run of the app is needed. You'll need to build and run each of the apps with Fabric configured within them.