Skip to content

Support iOS Assets Directly

Compare
Choose a tag to compare
@StevePotter StevePotter released this 08 Feb 15:20
· 132 commits to master since this release
4513d2b

Before, you could not upload a photo asset file directly (they started with 'assets-library://'). You had to convert them into a temp file. That was handled by 3rd party libraries but some people needed to upload the asset directly. Now you can!

Upload a file starting with 'assets-library' and the iOS module will upload that. Internally it creates a copy of the asset in a temp file, which is required by the system in order to upload.

Have fun!