How to store file with local path in iOS – Ios swift
I am a React native developer and I was trying to integrate a native ios code. One of the instance takes NSURL * which should be a local path I guess https://github.com/uber/startup-reason-reporter/blob/master/StartupReasonReporter/StartupReasonReporterPriorRunInfo/UBApplicationStartupReasonReporterPriorRunInfo.h#L21 + (nonnull instancetype)priorRunAtDirectoryURL:(nullable NSURL *)directoryURL; I am not…