Xcode – Update Firebase Document on Application Will Terminate
I am trying to make an API write to Firebase when my application force terminates by the user. I tried updating my info.plist to include "App does not run in foreground" to No and calling my method from func ApplicationWillEnterBackground…