Closed
Description
Environment
- Xcode version: 11.3.1
- Firebase SDK version: 6.14.0
- Firebase Component: FirebaseRemoteConfig
- Component version: 4.4.6
Description
I having an app with integrated Firebase remote config. I take a backup of all application and restore it again in the same iPhone/other iPhone. After the restoring backup, Firebase remote config is stopped working until the reinstall app again from AppStore, So some depended functions are not working in the live app.
The app is working normally after reinstalling from AppStore.
Getting error from Firebase Remote config is The operation couldn't be completed. (com.google.remoteconfig.ErrorDomain error 8003.)
Same issue on stackoverflow
Steps to reproduce:
- Run app (remote config fetched success)
- Backup ios system
- Restore backup ios system
- Run app (remote config gives 0 keys)