xamarin / GoogleApisForiOSComponents

MIT License
225 stars 161 forks source link

Xamarin.Firebase.iOS.RemoteConfig Missing real time listener #623

Open RomanPoschl opened 1 year ago

RomanPoschl commented 1 year ago

Hi, I tried to implement Real time function of Remote Config as described here: https://firebase.google.com/docs/remote-config/get-started?platform=ios#add-real-time-listener

But I do not see 'addOnConfigUpdateListener ' I am using version of nuget 8.10.0.3. I already tried it on Android and there the real time updating is working.

Is it because Xamarin.Firebase.iOS.RemoteConfig is based on older firebase iOS package?