Reputation: 2078
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
Reputation: 75058
UI calls have to be on the main thread. Why can you not just do a UIGetScreenImage() call on the main thread?
Upvotes: 3