The title makes it self explanatory I think
Since ALAssets library is deprecated I'm trying to convert everything over from a project I started on a while back. Photos framework has a typedef enum for PHAssetMediaSubtype and it makes it easy to identify which photos were taken as a screen shot with a device : PHAssetMediaSubtypePhotoScreenshot
. However, the worst caveat to that feature is, out of all the constants listed in that enum, that particular instance is the only one not compatible with iOS8.
Long story short - can someone lead me in the direction to finding the value of metadata or dict info for a picture that identifies it as a screenshot? Preferably keeping with the photos framework or something already implemented that doesn't call for additional frameworks or imports. FYI, not looking for 3rd party options as an answer. Keep it in house please, I'm positive I'm overlooking something simple