PHAsset with location on Apple TV

When fetching PHAssets with fetchAssetsInAssetCollection:options: on tvOS, then all the assets have the location attribute set as nil.


When using the same code to fetch assets on iOS, then I notice that only my photos have the location attribute set, e.g. in a shared album, photos added by others do not have location information while photos added by me do.


Is this by design or are there other query methods I might try? Is it a known limitation that PhotoKit on tvOS does not offer PHAsset location information or am I doing something wrong?

Replies

I believe that meta data is only for original photos, not copies/clones from others, etc. Bit of security, I'd think.