Hi All
I am trying to use PhotoKit and found the Microsoft sample code online, however when I use the code it crashes without stack trace on the line below.
PHFetchResult fetchResults = PHAsset.FetchAssets(PHAssetMediaType.Image, null);
Has anyone encountered this ?
Cheers