imagekit-ios
imagekit-ios copied to clipboard
SDK enhancements
trafficstars
- Add following features in the SDK:
- URL constructor methods for adaptive video streaming, adding raw transform options as a string, and image loading in the responsive manner according to the target view.
- Upload policy to set constraints on upload requests for device conditions, retry mechanism etc.
- Upload preprocessors to transform images and video before uploading.
- Migrate the uploader methods and API calls to the V2 upload API.
- Remove the deprecated overlay transformation options from URL constructor.
Also resolves #9.
Hey, I've been using the latest version and have noticed the the ability to subscribe to progress updates via the uploadProgressHandler doesn't work. Progress is never reported on media uploads. I was curious if this is 1) a known issue, and 2) if so, planned to be fixed.
@ahnv are we okay in using v2 version of upload API?
@ahnv are we okay in using v2 version of upload API?
I have added the v2 dummy server, we should be good to provide the functionality