Add images to build

Hi,

my initial version of my app got rejected in review for iOS as it downloads stuff (e.g. images) before it can be properly used. As the intention is offline usage: Can I somehow add and reference images to the build directly?

Thanks,
Jo

Hi, our build service downloads images that are used in the image components in the app, so if you have an url you directly use to bind to the image in Composer, it gets downloaded into the binary.

1 Like