Automattic / pocket-casts-ios

Pocket Casts iOS app 🎧
Mozilla Public License 2.0
1.64k stars 129 forks source link

Uploading multiple files doesn't work properly anymore #458

Open joashrajin opened 1 year ago

joashrajin commented 1 year ago

Expected behavior

You should be able to upload more than 1 file at a time

Actual behavior

The last file chosen is uploaded

Steps to reproduce the behavior

Reported in #5640318-zen - mentioned that this started to happen after the recent iOS or Pocket Casts updates

Tested on [iPhone 14 Pro Max], iOS [16.1], Pocket Casts [7.25]
rviljoen commented 1 year ago

From what I can tell, the current code only caters for 1 file: https://github.com/Automattic/pocket-casts-ios/blob/c9a937af6f4d017e337fad91d22915edea4aac57/podcasts/SceneDelegate.swift#L41-L45

I see no changes to this part of the code since making the product open source. The private repo may shed more light on whether multiple uploads were ever supported.