Search code examples
crashlyticsgoogle-fabric

Crashlytics Fabric multiple targets


I have an app with multiple targets some of which have different bundle ids. I have managed to add Fabric, specifically Crashlytics to apps with the same bundle id in the past but im not sure how to go about multiple targets with different bundle ids.

Any pointers or documentation i might have missed?


Solution

  • You can create Crashlytics for Multiple targets in single app by adding multiple RUN SCRIPT in BUILD PHASES. Fabric will identify based on UNIQUE RUN SCRIPT

    I am working on 6 targets in single projects,getting all crashes in Fabric By target wise.

    Target-->Build phases-->Add Run script