Checking for Photo Library access on iOS

I researched one month ago

The runtime source code does not handle an error when saving an image to PhotosAlbum

UIImageWriteToSavedPhotosAlbum( image, nil, nil, nil )

The callback (delegate) function is nil so it does not tell us it is failed or not.