Support for PHPhotoLibrary Change History API (iOS 15 +)? #1296
Unanswered
MihiroSaito
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thank you for the great work on
flutter_photo_manager
.I’m building an iOS app that must stay fully in sync with the user’s Photos library—even when the app is terminated. On iOS 15 +, Apple provides the PHPhotoLibrary change history API (docs) that lets you fetch and process changes that happened while the app wasn’t running.
From what I can see,
PhotoManager.addChangeNotify()
only delivers updates while the app is in the foreground/background, but doesn’t surface the change-history tokens that would let me replay changes made during downtime.Question
flutter_photo_manager
?Thanks in advance for any guidance!
Beta Was this translation helpful? Give feedback.
All reactions