Hi everyone,
i’m trying to use CCDownloader to download image file but it sometime not rename file from XXX.jpg.temp to XXX.jpg on success callback.
code i’m using from test/DownloaderTest cocos2dx-v3.8.1 and batchAsync download
Hi everyone,
i’m trying to use CCDownloader to download image file but it sometime not rename file from XXX.jpg.temp to XXX.jpg on success callback.
code i’m using from test/DownloaderTest cocos2dx-v3.8.1 and batchAsync download
ok i’m found the problems here is on Batch download will call success callback with that custom ID, not image custom id. so just need check when all that customID fired.