Need to detect photo privacy setting on iOS 6 to avoid breakage.
iOS 6 has introduced a new privacy setting system that has users pick whether your app can access the camera roll. I tried catching an error when using addBitmapData to add to the camera roll, and that didn't work for detecting it. It also looks like that function returns void, so I can't check a return value for success. I need to do something like have a message to say this 'image cold not be stored to your photos because you have disabled photo access for this app'.
How do you tell if the photo privacy setting is turned off?