| 1. |
How Quickly Does The Remote Config Service Return Fetched Values After My App Sends A Fetch Request? |
|
Answer» Devices usually RECEIVE fetched values in less than a second, and often receive fetched values in milliseconds. The REMOTE Config service handles FETCH requests within milliseconds, but the TIME required to complete a fetch REQUEST will depend on the network speed of the device and the latency of the network connection used by the device. If your goal is to make fetched values take effect in your app as soon as possible, but without creating a jarring user experience, consider adding calls to activateFetched each time that your app does a full screen refresh. Devices usually receive fetched values in less than a second, and often receive fetched values in milliseconds. The Remote Config service handles fetch requests within milliseconds, but the time required to complete a fetch request will depend on the network speed of the device and the latency of the network connection used by the device. If your goal is to make fetched values take effect in your app as soon as possible, but without creating a jarring user experience, consider adding calls to activateFetched each time that your app does a full screen refresh. |
|