Ajay
Ajay

Reputation: 2078

iPhone screen shots in background

Is it possible to take screenshots in the background? I was using UIGetScreenImage(), but in the console it outputs that your not allowed to take screenshots in the background. Any way to get this working without a jailbreak, I don't care if Apple will approve it or not, I just need it work without a jailbreak on the device. Thanks.

Upvotes: 0

Views: 630

Answers (1)

UI calls have to be on the main thread. Why can you not just do a UIGetScreenImage() call on the main thread?

Upvotes: 3

Related Questions