tinode / ios

Tinodios: Tinode Messaging Client for iOS
Apache License 2.0
243 stars 107 forks source link

Download and display of out-of-band images #164

Closed or-else closed 3 years ago

or-else commented 3 years ago

Download and display of images works, uploading is not yet implemented. Using Kingfisher because it not just downloads but also manages the cache.

Also updated pods because Crashlytics stopped working and required an update. Updated minimum iOS version to 12 because something (don't remember what exactly) did not work below 12. 12 covers 98% of devices.

or-else commented 3 years ago

How'd you test it?

Web and Android can upload images out of band already.