Error while downloading file in mobile application

0
Hi,   I have implemented the file download functionality in mobile application. On Make It Native it is working fine but when I created mobile Apk and trying to download file getting error.   Error: E/ReactNativeJS: [Client] null is not an object (evaluating 'f.DocumentDir')        Nanoflows running:    Nanoflow 1: AssetMovement.ACT_Download_NonConsumableHistory    Stack:     "Call JavaScript Action" in nanoflow "AssetMovement.SUB_DownloadItemPackageDoc"      "Call nanoflow: AssetMovement.SUB_DownloadItemPackageDoc" in nanoflow "AssetMovement.ACT_Download_NonConsumableHistory"        Current page: AssetMovement.AssetMovement_NonConsumableAssetView_Sender   Nanoflow :
asked
1 answers
0

Are you on Native Template 7.0.13 or higher?

There was a bug in earlier versions when Encryption was turned on for files on native that caused issues in the file sync. If you're not up there yet, it might be worth upgrading and checking if that fixes your issue.

answered