How to exclude Firebase Messaging from Unity iOS builds, but not Android builds

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


How to exclude Firebase Messaging from Unity iOS builds, but not Android builds



I have a Unity project that builds for both Android and iOS. I want to integrate Firebase on my Android builds, but not for my iOS builds.



Is there a way to exclude Firebase Messaging from the iOS builds completely, but keep it in for Android?



I don't see the options to do so in the Firebase settings panel.



I tried to unselect the Editor/iOS parts of the unity package when installing it, but I still get linker errors (when building my iOS app in Xcode) that reference missing Firebase directories.



Thanks in advance,
- cg









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

C# - How to create a semi transparent or blurred backcolor on windows form

Swipe gestures in WKWebView

How to populate data on nav-tab in partial View in MVC?