1

I have an APP that fetchs and updates the Remote Config values on each initialization:

remoteConfig.FetchAndActivateAsync();

I have a date filter on my Remote Config to only change some parameters after a specific date, but some devices are not receiving the correct values even after the date that i configured (i tried to close the app, turnoff the device, etc). Only after uninstall/install i started to received the correct values.

The only explanation that i could came with is that the fetch minimum interval is 12h by default (accordingly to the documentation) and those devices are not real fetching because it didn't pass 12 hours yet, so even if accordingly to my filter the user was supposed to receive the news values he is still receiving the cached ones.

Can someone help-me to understand how filters with date and the fetch works?

New contributor
Raphael Santos is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.