I am using the Downloader Library in my project in order to download the app's binary files from Google Play.
I've found the Google library extremely buggy, clumsy and hard to incorporate, and I wondered if there are any known alternatives.
I thought about getting the file URL myself and using the platform's DownloadManager to download it into the normal OBB path. Did anyone do that, or implement a simple APK expansion downloader on his own?
I would be glad for feedback before doing a change like that.