Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
pseudoscience's avatar
10 years ago

DownloadManager?

Hi fellow devs,

We're pretty much done with our app, but it involves a download of a large video file. We've got it working using 'httpwebrequest', but this requires the user to keep the app open - and because it's such a large file, it seems unlikely anyone would keep the app open that long. So we're trying to figure out how to invoke android.app.DownloadManager so it can download in the background.

We see plenty of apps in the Oculus Store that use it, some of these apps are definitely built in Unity.

Our best guess is that it requires building a Java plugin, but considering how common this problem probably is there's little documentation about it - we were hoping someone on the forum has a solution?

Thanks!

11 Replies

Replies have been turned off for this discussion