How do I disable Firebase in Unity for iOS?

I am using the official firebase package for push notifications in android in unity, but I want to disable firebase for iOS build. Is it possible? I tried to disable the iOS platform in Firebase settings, but still said I needed to add the project GooglePlayServices-info.plist

to iOS and add some useless modules.

+5


source to share


1 answer


You should look into platform dependent compilation .



0


source







All Articles