Open ruskakimov opened 3 years ago
Would it be possible to switch to NSPhotoLibraryAddUsageDescription permission?
NSPhotoLibraryAddUsageDescription
Since it looks like the plugin doesn't require reading from the gallery.
https://github.com/CarnegieTechnologies/gallery_saver/blob/6eb20cde05176fa670d1514710fa047703501536/ios/Classes/SwiftGallerySaverPlugin.swift#L44 Here a for parameter can be passed with add only access level.
for
@jelenalecic, can you have a look? 🙏
Yes pls, it's impossible to save photo if user granted "only selected photos" or "add only" access. It's critical error!
@ruskakimov please contribute and make a PR for this
Would it be possible to switch to
NSPhotoLibraryAddUsageDescription
permission?Since it looks like the plugin doesn't require reading from the gallery.
https://github.com/CarnegieTechnologies/gallery_saver/blob/6eb20cde05176fa670d1514710fa047703501536/ios/Classes/SwiftGallerySaverPlugin.swift#L44 Here a
for
parameter can be passed with add only access level.