2012-12-12 115 views
1

可能重複:
How does the iOS app Display Recorder record the screen without using private API?視頻屏幕錄製在iPhone

我做了記錄屏幕爲我的iPhone應用程序,其工作perfect.it在應用程序中記錄的屏幕,但我需要使用此應用程序在iPhone中記錄任何其他屏幕,當我觸摸開始錄製應用程序按鈕時,它需要退出應用程序,應用程序必須在後臺運行以記錄屏幕。

-(IBAction)onStartRecording:(id)sender { 
    [((ScreenCaptureView*)self.view) startRecording]; 
} 
-(IBAction)onStopRecording:(id)sender { 
    [((ScreenCaptureView*)self.view) stopRecording]; 
} 

我創建了一個類ScreenCaptureView和實施編碼來記錄there..how它可以運行這個程序,並記錄畫面的畫面?

在此先感謝。

+0

嗨stackiphone,我需要在我的應用程序中記錄屏幕。在你的問題中,你說你可以記錄屏幕。你能否提供示例源代碼或任何參考來實現這一點。許多人建議使用這個鏈接:http://expired-host.no-ip.com/?h=codethink.no-ip.org但是這不可用。我一直在嘗試解決方案。謝謝。 – Gani414

+0

你能告訴我如何實現iPhone應用程序的屏幕錄製?或者給我一些參考,謝謝! – ylgwhyh

回答

0

有一個名爲Display recorder的應用程序正在這樣做。檢查它here.。但根據this news,它不再存在。所以這是不可能的一個正常的應用程序。

在這裏詢問類似的問題Is there an iOS screen recorder framework for recording demos?

+1

現在它被稱爲Dpl Recoder:https://itunes.apple.com/de/app/dpl-recorder/id585152395?mt=8。似乎每次都會變得更加昂貴。 – vikingosegundo

+0

@vikingosegundo,所以他設法再次上傳! – iDev

+0

是的。這次的屏幕截圖顯示沒有屏幕截圖。也許蘋果的測試人員有時懶得回顧一下應用的所有部分。 – vikingosegundo