How can we prevent ios 8 app’s streaming video media from being captured by quicktime player on yosemite during screen recording?
Answer / Dinkar Rai
To prevent iOS 8 app's streaming video media from being captured by QuickTime Player, you can implement the AVCaptureVideoDataOutputSampleBufferDelegate method: `- (void)captureOutput:(AVCaptureOutput *)captureOutput didDropSampleBuffer:(CMSampleBufferRef)sampleBuffer fromConnection:(AVCaptureConnection *)connection` and check if the connection is related to QuickTime Player, then discard the sample buffer.
| Is This Answer Correct ? | 0 Yes | 0 No |
. List down app's state transitions when it gets launched.
What is mvc pattern in ios?
In iphone development how to import the private key into your keychain?
What happens when IApplication does not handle an event?
Name the application thread from where uikit classes should be used?
Explain parent-child context setup. How does it work? What are the advantages?
How do I exit safe mode on my iphone?
Can java run on ios?
What is urlsession?
Differentiate 'app id' from 'bundle id'.
Explain xib?
What is the first responder and responder chain?