PHAuthorizationStatusLimited and PHAssetCollection/Photo Album access

In my existing app where reading/writing to a specific photo album always worked with PHAuthorizationStatusAuthorized authorization, I find that the following function always returns nil with PHAuthorizationStatusLimited authorization:


+ (PHFetchResult<PHAssetCollection *> *)fetchAssetCollectionsWithLocalIdentifiers:(NSArray<NSString *> *)identifiers options:(PHFetchOptions *)options;

Is there some way for the user to grant Limited access for reading/writing to Collections/Albums? Is there a different request I should be making?
I have the same problem. Since iOS 14 it is not possible to create an album with PHAuthorizationStatusLimited.
I don't know how to explain this to users.
PHAuthorizationStatusLimited and PHAssetCollection/Photo Album access
 
 
Q