Skip to content

downloadToFolder function on Android versions > 8 #19

@UVStudio

Description

@UVStudio

Hello,

I don't have a physical Android device that's capable of installing newer versions of Android OS beyond 8. For Android 8 and 7, the downloadToFolder function works as expected:

await downloadToFolder(uri, filename, 'my-apps-folder', channelId);

The 'my-apps-folder' gets created inside Android OS's Documents folder and the file is found. However, client testing with a newer Android OS doesn't see 'mp-apps-folder' inside Documents and it's no where to be found (and no downloaded file either). I'm wondering if anyone has any insights and experiences on any differences in behaviour between different versions of Android OS's.

For now my code is using default Notification settings, if that matters in any way.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions