Posts

Post not yet marked as solved
2 Replies
486 Views
Hello, I'm trying to rewrite a NSDocument app using SwiftUI. The file on disk is practically a renamed Zip (files are pretty large). Using NSDocument it is easy cause I can get an URL and then read/write from/to that URL. Using ReferenceFileDocument apparently this is not possible cause I'm forced to use FileWrapper for reading/writing and I cannot load the whole file into memory cause it would be too big. Are there any solutions to use URLs with ReferenceFileDocument? Thanks, Giacomo
Posted Last updated
.
Post not yet marked as solved
3 Replies
11k Views
Hello there!I was trying the WWDC 2019 session app "Juice" to test the Sign in with Apple process. I was wondering how I can get a refreshed token from the device after the restart of the app or when the token is not valid anymore (it has a 600 seconds validity). Is there a way to resfresh it from the device directly?Regards,Giacomo
Posted Last updated
.