Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to download backgrounding with Post method have payload #90

Closed
2 of 6 tasks
tangkhaiphuong opened this issue Jun 14, 2018 · 2 comments
Closed
2 of 6 tasks

How to download backgrounding with Post method have payload #90

tangkhaiphuong opened this issue Jun 14, 2018 · 2 comments

Comments

@tangkhaiphuong
Copy link

tangkhaiphuong commented Jun 14, 2018

The backend server support downloads a file by Post method with the payload. So how can do with CrossDownloadManager?

Configuration

Platform:

  • iOS
  • Android
  • UWP
  • Other

Device:

  • Simulator
  • Real device (please specify)
@SimonSimCity
Copy link
Owner

It is true that the native download manager of iOS supports this feature, but at least for Android it would require quite a massive change since the native download manager there doesn't (see: #29). Luckily we have the option there to write our own custom background process, which has been added as issue and researched, but not started yet (#34).

I won't take initiative here because I don't need this feature yet. Everyone is very much welcome to start working on it and I'll feed him with as much information as I have as of today.

I'll close this issue as a duplicate of #29.

@SimonSimCity
Copy link
Owner

As I wrote in #29, if you only want to have it on iOS and can update this plugin to support this feature on iOS only, I'd be happy to merge it, as long as you have it as a platform dependent feature until it's implemented also on Android and UWP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants