ios - Firebase Remote Config App Version condition -


the firebase remote config app version condition seems ignored. i've made following setup play around current development version:

xcode version setup: enter image description here

firebase remote config condition setup: enter image description here

firremoteconfig won't return right paramater values.

its known bug - instead of version value fb use build value. possible workaround - put same value build. in case should "version: 1.1.8" , "build: 1.1.8". or use build value , keep value updated every app release.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -