1

For some reason remoteConfig won't work on my 4G network (and i assume other networks like 3G etc). On wifi it works fine.

onComplete is called, but task.isSuccessful = false.

Trying to log task.getException().getMessage() returns null

Anyone any idea how to solve this issue. I really need to get remoteConfig running on 3G/4G networks, etc.

This is on Android btw. testing on a HUAWEI android 5.1 device

Rik van Velzen
  • 1,977
  • 1
  • 19
  • 37
  • I have the same problem! (disclaimer collegue of Rik : D) – bluevoid Dec 08 '16 at 10:55
  • Maybe `FirebaseRemoteConfig.getInstance().getInfo().getLastFetchStatus()` will provide a clue. Values are [listed here](https://developers.google.com/android/reference/com/google/firebase/remoteconfig/FirebaseRemoteConfig). – Bob Snyder Dec 09 '16 at 04:12
  • Attaching the relevant code you are using for initialize firebase remote config could help – Shlomi Dec 25 '16 at 15:58
  • Hey did you get any work around on this? – Jai Aug 31 '23 at 07:49

0 Answers0