Quote:
Originally Posted by TOMSOFT
Hi I am currently trying to incorporate a screenshot feature into one of my apps. Are we allowed to use the undocumented method UIGetScreenImage() in our App Store apps? I have implemented to code and it all works fine. Will my app be rejected?
I know you can do the same process using other code e.g. UIGraphicsBeginImageContext(self.view.frame.size); but I find this way much faster and easier to implement.
Thanks for any help
|
Just submit your app and see. Not sure if Apple can determine the process you use i.e if it can be done in a legitimate way how will they know?
However undocumented/private APIs are subject to change and may break your code...so I would go the official route personally.