xamarin / GoogleApisForiOSComponents

MIT License
225 stars 156 forks source link

Firebase Apple SDK is bound to version 8.10.0 although 10.3.0 is available #593

Open thisisthekap opened 1 year ago

thisisthekap commented 1 year ago

Firebase Apple SDK is bound to version 8.10.0 although 10.3.0 is available

webwarrior06 commented 1 year ago

Is there any way to bind this library manually from the latest version? I am pretty sure there are tons of API changes that even affect AdMob's revenue. Google also suggests developers use the latest API for the best efficiency.

I tried to understand the guide in MS regarding library binding, but it does not cover this type of API precisely. Any help will be appreciated highly.

thisisthekap commented 1 year ago

We created an Firebase iOS slim binding for the things we needed (Analytics & Dynamic Links): https://github.com/thisisthekap/Xamarin.FirebaseSlim.iOS

PRs suggesting additional features are welcome :)

webwarrior06 commented 1 year ago

Thanks for the implementation! I am also trying to upgrade MobileAds(Admob) library to 10.5.0. I updated the "externals" and compiled the "libs" afterward. Then I referenced the output DLLs in my ios project. But, I encountered many native linking errors during the build step. What could be the reason for this?