I am working with Store apps using C#.
I am using StorageApplicationPermissions.MostRecentlyUsedList
to load Local Epub files.
After getting those file as a Storage
Finally I solved the issue of getting exception of Unauthorized With the use of Blog
I changed the code snippet according to my requirement.
The source of code describes writes bytes of file in
ZipArchiveEntry
, hence I used a helper methodGetByteFromFile()
, which takesStorageFile
object and returns mebyte[]
array.
Finally thanks to Xyroid