firebase / quickstart-unity

Firebase Quickstart Samples for Unity
https://firebase.google.com/games
Apache License 2.0
819 stars 424 forks source link

Targeting iOS version numbers requires upgrading to SDK version 6.24.0 or later #1283

Closed p0w1nd closed 2 years ago

p0w1nd commented 2 years ago

I want to set a remote config value based on App Version condition. However, I'm encountering this error:

Screen Shot 2022-06-01 at 11 37 15

Unity 2020.3.34f1 Firebase 9.0.0 XCode 13.4

google-oss-bot commented 2 years ago

I found a few problems with this issue:

paulinon commented 2 years ago

Hi @p0w1nd,

It looks like you're trying to create a Remote Config experiment using the console. When performing the experiment, make sure your Apple app is using Firebase Apple platforms SDK version 6.24.0 or above, as CFBundleShortVersionString is not being sent in earlier versions. You may refer to our documentation for more information.

I'll be closing this for now. If an issue arises with your experiment, please reach out to Firebase Support so that one of our agents can assist you.

p0w1nd commented 2 years ago

Thanks @paulinon

I'm using Firebase Unity SDK v9.0.0 so I guess the Firebase Apple platforms SDK version 6.24.0 or above condition is already satisfied? Or how can I check Firebase Apple platforms SDK version in my Unity project?

p0w1nd commented 2 years ago

It looks like you're trying to create a Remote Config experiment using the console.

Actually I was creating Conditional value, not Experiment:

Screen Shot 2022-06-06 at 16 04 06