In my application, I have to add a custom view (cameraOverlayView
) on UIImagePickerController
but not on its preview screen. Here I found the answer how to do that but I am afraid of apple rejection because of using private APIs. So are these :
_UIImagePickerControllerUserDidCaptureItem
_UIImagePickerControllerUserDidRejectItem
private APIs?
Also if I upload my app for TestFlight Beta Testing
, does apple check use of private APIs? I am thinking if app successfully uploaded for beta testing then I will not have any problem in uploading final iTunes build.