filestack-ios
filestack-ios copied to clipboard
Official iOS SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
This PR updates the Zip foundation dependency to the latest.
Hi all, how can I localize to my native language picker titles and other labels .... ?
iOS Documentation needs update or explanation. I want to display image but get error. Code official doc says: 1. import FilestackSDK 2. let filelink = transformable(handle: "g8fLXNCRT4K3TJSUFrRW") Github gives nothing...
If I select options of "Select Photo" from permission at the first time and select some specific photos from the settings but PickerNavigationController display all photos instead of specific photos....
Xcode 2.5 (12E262) Swift 5.4 SwiftPM - Xcode's Bundled version Project Minimum iOS Version: 13 `filestack-ios`: 2.7.2 When importing the library using Xcode's UI for adding Swift Packages to our...
We can't process files before uploading them when using the picker, resulting in the user uploading file formats we don't support, etc.
Hey everyone, we have an issue uploading multiple files in parallel. Our approach is the following: 1. A user selects or takes an image. 2. Those images ares stored in...
### Description: We started experiencing the following [issue](https://github.com/getsentry/sentry-cli/issues/2092) after moving the Filestack SDK from cocoapods to SPM. We were able to confirm the dsym upload succeeds after moving back Filestack...
In client.swift getting error Pods/Filestack/Sources/Filestack/Public/Models/Client.swift:361:30: error: 'shared' is unavailable in application extensions for iOS: Use view controller based solutions where appropriate instead. [07:13:57]: ▸ return [UIApplication.shared.windows](https://uiapplication.shared.windows/).first { $0.isKeyWindow }!