-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FR: Support array / dictionary values in remote config defaults #8306
Comments
@jakekrog Would you explain in more detail what you are looking for? JSON is not a valid type for plist fields. Although I suspect a workaround would be to set the default as a String and read it back as JSON. |
Hey @jakekrog. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @jakekrog if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
Oops, looks like I mistakenly closed this one while there's an open PR to address. Sorry. I'll follow up with the team again |
Feature proposal
JSON arrays / objects are supported as remote config parameter values, but are not currently supported as values in the property list provided to
setDefaults(fromPlist:)
The text was updated successfully, but these errors were encountered: