I have integrated firebase analytics and crashlytics with my Xamarin forms application. I have concerns regarding the GoogleService-Info.plist file as it is present in the root folder of iOS project and anyone can get this plist file by unzipping the .ipa file.
So any hacker can create a local project and use this plist file along with the bundle identifier present in this plist file (using wildcard provisioning profile) and can dump data in the project which can affect analytics.
Is there any way to prevent this? Any help would be appreciated. Thanks