NordicSemiconductor / IOS-DFU-Library

OTA DFU Library for Mac and iOS, compatible with nRF5x SoCs
http://www.nordicsemi.com
BSD 3-Clause "New" or "Revised" License
526 stars 215 forks source link

Deeplinks #488

Closed philips77 closed 1 year ago

philips77 commented 2 years ago

This PR fixes how deeplinks are handled by the DFU app.

  1. Cuts the "file" parameter from the link
  2. Downloads the file using URLSession.default.downloadTask

Tested on both local file and when deep link is used.

Also, debug URL has been set to the same one, as used on release.