Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

addAndroidDownloads can't recognize Android APK file #75

@siyuan

Description

@siyuan

I download an APK file using addAndroidDownloads. I click the file but can't open. This is my config.
RNFetchBlob.config({
addAndroidDownloads : {
useDownloadManager : true,
title : 'some apk',
description : 'apk install file',
mime : 'application/vnd.android.package-archive',
mediaScannable : true,
notification : true,
}
})
.fetch('GET', 'http://xxxxxxx/yyy.apk')

How to let Downloads know yyy.apk is an APK file?

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions