didFinishLaunchingWithOptions
method of your application class.initialize
that must be called in didFinishLaunchingWithOptions
method of your AppDelegate file.true
if it is well configured.reset
method that erases all data saved locally by the framework.reset
method of all frameworks to fully reset DriveKit configuration.log-<YEAR>-<MONTH>.txt
(example: log-2019-8.txt
). All DriveKit modules log in this file.
You can get a zip file with the log files of the previous month and the current one with the method DriveKitLog.shared.getZippedLogFilesUrl()
, or by clicking on “Contact support” and changing the email receiver. The file will be in attachment of the email.Info.plist
file: UIFileSharingEnabled
and LSSupportsOpeningDocumentsInPlace,
setting them both to true.
UIFileSharingEnabled
andLSSupportsOpeningDocumentsInPlace
set to true
.getUserInfo
method. It will retrieve and save these data locally:updateUserInfo
method: