Background upload with share extension
问题 I created an macOS ShareExtension which I want to use to upload pictures. I'm still testing this so any requests will be sent to https://beeceptor.com. The share extension works fine and it shows up in Preview, once I run it: I add some text and hit "Post" But the image is then not uploaded. This is my code that initiates the background upload: let sc_uploadURL = "https://xyz.free.beeceptor.com/api/posts" // https://beeceptor.com/console/xyz override func didSelectPost() { // This is called