Images | Homey Apps SDK

Im developing the Spacey Plan app

Im allowing the users to upload a floor plan image. First I used a bses64 encoding storing on the settings object in Homey. This is retained between app resinstalled. The issue however is that this very limiting of size of the object.

So I switched to Image support which would have worked great

However what I see is that images are not retained when the app is updated or installed. I thought this was only connected to me when I did development but I see now its not. When user gets my updates for the app all images are lost. Meaning they will have to reupload them.

Is this really how this works?

I found this now maybe that is the way:

@Ludvig I do see this happening aswell for my apps now. Which was never the case, the urls were persistent and the images were kept on every update.

I’ll forward this in slack to Athom