PhotoKit requesting image

iOS 13 Beta 1


https://developer.apple.com/documentation/photokit/phimagemanager/1616964-requestimage


In iOS 12 and below this function contains PHImageResultIsDegradedKey in info dictionary. It no longer does in iOS 13 beta


Is this intended?

(lldb) po info
▿ Optional<dictionary<anyhashable, any="">>
  ▿ some : 1 element
    ▿ 0 : 2 elements
      ▿ key : AnyHashable("PHImageResultRequestIDKey")
        - value : "PHImageResultRequestIDKey"
      - value : 56

Facing the same issue. Any updates regarding this?

PhotoKit requesting image
 
 
Q