Where is my app data's stored?

I am building an audio PWA app, and I want to upload some songs to the app. However, I was wondering where this audio will be stored. I don’t want it to be included in the size of the app, such as making my app take up too much storage on the user’s phone.

Do anyone know if this is possible? Thanks

The song will be stored on the server. However If you want to listen to it it will have to be downloaded from the server (Amazon AWS)

This means when the user clicked on the song, that particular song will be downloaded to their phone, is this correct?

depends on how you setup you WFs

Are you planning to use “Run Javascript” to play the song? If so then I guess it will be downloaded the moment the WF runs

I just used the advanced audio player plugin from zerocode

This topic was automatically closed after 70 days. New replies are no longer allowed.