I have been attempting to use file transfer plugin and downloader plugin for the ionic native but each time i click on the download it will return with no class found. in spite of repetitive installation of both Cordova plugins. I want to be able to download a file from a remote server
based on this file downloader
Have you tried another file type? Could it be the the MIME type for an APK have not been configured on the server? I know I had to adjust my IIS settings to allow for downloading of an APK.
@daniel i’ve tried other files like image and i keep getting the same thing like class not found and i really need to get this done on ionic but i am so so stuck and the same thing i am getting for file transfer plugin
When I looked at it the first time, I thought you were downloading an APK. Sorry about that. I pulled up the documentation and it looks like you just copied it into your project. Are you specifying an actual URL where the file is located?