Hi all,
I'm evaluating using Crashlytics for my white label app and have run into a situation that I don't see a solution for so I'm reaching out to the wisdom of the crowd.
Some of the customers for my white label app use GA4, and as such have their own GoogleService-Info.plist files for their analytics instance. But in order to configure crashlytics to point to my own private instance I need a separate GoogleService-Info.plist file. Same keys, different values(since I'm reporting the crashes to my own crashlytics setup not the customer's).
Is there a way around this? Can this values be arrays rather than single strings?
Thanks.