nick3389
nick3389
Hello, I have the same question. Is there any way to customise the setup log level? Personally, I don't want the path of the logfile to be visible as I...
@DaveWoodCom Is there any progress regarding this PR?
@kneekey23 When coming to foreground I call this: `let uploadTasks: [AWSS3TransferUtilityUploadTask] = transferUtility?.getUploadTasks().result as? [AWSS3TransferUtilityUploadTask] ?? []` and then I called: `uploadTasks.forEach({$0.setCompletionHandler(completionBlockUpload!)})` which caused the handler to be called again...
@kneekey23 Actually, that's what I was doing in the beginning, but at some point I wasn't notified that some files were uploaded and I looked back in the documentation of...
@kneekey23 any news regarding this?
@stefaneberl I think your issue is relevant to mine. Check here: #619
I can confirm too that there is a serious issue regarding wifi connectivity. It does not report correctly and most of the time it is reported as unreachable. Should we...
@eliburke Yes I start it too in AppDelegate. It's like it's not recognizing when WiFi is connected and always reports unreachable. I also use these two blocks to get notified....
Actually I use Reachability in two parts of my code. The first in a framework where I have the setup as you describe. The other one in an application where...
I already have linked CoreTelephony with no luck. Also, I start notifier in both implementations. For now, for iOS 12 I use the Network framework that Apple introduced and for...