How to extract a zip file and get the extracted components in a Share Extension in Swift
I need to do the following- I have another app in which i will export the users config(.txt) and contacts(.vcf) in a zip format. In the second app i have a share extension to get the exported zip and in the share extension, i need to extract the zip file and get both the txt and vcf files and then upload them to a parse server. I have done till opening the exported zip in the share extension. but i could not get the zip extracted. I couldn't get the answer in internet. Here is my ShareViewController import UIKit import Social import Parse import MobileCoreServices import SSZipArchive class