filestack / filestack-ios

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.
https://www.filestack.com
MIT License
54 stars 36 forks source link

Missing FSSecurity option for Filestack.remove() #5

Closed seantanly closed 7 years ago

seantanly commented 7 years ago

Currently Filestack remove:completionHandler: seems to be missing the support for passing in a FSSecurity. The other 2 methods pickURL:completionHandler: anddownload:completionHandler: seems to be having the same issue.

Am I missing something on how to use these 3 methods with security enabled?

pJes2 commented 7 years ago

Hey @seantanly Sorry for the delay, unfortunately (as you can probably tell) our iOS library is not under active development, but I released version 0.3.3 which adds security to all of these methods, could you update your pod and let me know if it is working for you?

seantanly commented 7 years ago

@pJes2 Thanks, will try it out and feedback. :)

seantanly commented 7 years ago

@pJes2 I have tested Filestack remove:completionHandler: and it's working fine with the security added. Thanks!