Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
nithn.shankr's avatar
nithn.shankr
Start Member
5 years ago

Unable to download DLC using downloadAssetFile(asset.AssetId)

Hello,

 

I have uploaded my application to ALPHA Release Channel and it has 2 expansion files associated with it.

 

From the application, I am able to list the files and get their ids using GetList() but i am unable to download them using downloadAssetFile(asset.AssetId).

 

Although the NotificationCallback gets called, the value of BytesTransferred and BytesTotal always remains 0 and the value of Completed remains false.

 

READ_EXTERNAL_STORAGE permission has also been added to the Android manifest file.

 

Can someone please tell where I could have gone wrong ?

 

Thanks

Nithin