Ypimagepicker: Airdropped photos are not showingup into the library

Created on 29 Jun 2020  路  4Comments  路  Source: Yummypets/YPImagePicker

Describe the bug
Airdropped photos from MacBook are not showing up into the library and some of these are at the end.

Expected behavior
Airdropped photos should also work fine as the normal camera roll photos and should be first not at the end.

Environment:

  • Device: All
  • OS: iOS13.3 up
  • Xcode Version 11.3
  • Swift Version 4.0

Installation Type

  • Cocoapods
Bug

Most helpful comment

@twinkalH the items in the gallery are sorted by "creationDate" (YPLibraryVC#293). So, the AIRdrop-ed items could have different (much older) creationDate. So, those items are somewhere in the Gallery, but probably you have to scroll a lot more.

I'm experimenting with different sortDescriptor, but the result is not the same like in Recent (in Photos app). I'll keep looking for a solution.

All 4 comments

@twinkalH the items in the gallery are sorted by "creationDate" (YPLibraryVC#293). So, the AIRdrop-ed items could have different (much older) creationDate. So, those items are somewhere in the Gallery, but probably you have to scroll a lot more.

I'm experimenting with different sortDescriptor, but the result is not the same like in Recent (in Photos app). I'll keep looking for a solution.

@heitara Thank you so much for your help on those issues, this is Very appreciated 馃

Hi guys. Just asking if we have any changes regarding this issue?

All media is sorted by creation date. So the airdropped files are in the collection but at different position. There is no easy way to order those the same way like in Photos app. Any ideas are appreciated how that can be achieved.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

DamascenoRafael picture DamascenoRafael  路  6Comments

Sieniek picture Sieniek  路  5Comments

nickeyzzz picture nickeyzzz  路  6Comments

AndreiBoariu picture AndreiBoariu  路  5Comments

uxight picture uxight  路  6Comments