I built this app for a client, which Apple just rejected. It's a camera-based app that modifies the undocumented classes, because it has to. Now I'm not sure what to do. Is there any way to turn the whole display into camera view without using imagePickerController? Apple says:
Quote:
Thank you for submitting to the App Store. Unfortunately it cannot be added to the App Store because it is modifying or extending an undocumented API, which as outlined in the iPhone SDK Agreement section 3.3.1 is prohibited:
"3.3.1 Applications may only use Published APIs in the manner prescribed by Apple and must not use or call any unpublished or private APIs. "
There is no documentation for PLCameraView nor it's custom subclasses (PLImageTile, PLRotationView, PLImageScroller, PLImageView, PLCropOverlay, PLCropLCDLayer, TPBottomDualButtonBar, TPPushButton and TPCameraPushButton) in the iPhone SDK.
|