I am new to iOS development. I want to develop a screenshot application in iPhone and iPad. Is it possible in iOS. I want to capture screenshot of all application in iPhone. Is it legal to do so?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is illegal, but the iOS app Display Recorder did it with a framework called IOSurface, which manages a rectangular pixel buffer at the kernel level. You will not be able to detect shake events at the kernel level, but you can record a fairly shaky stream with the pixel buffer and have the user select the appropriate image.