I have an app previously published on iOS using Everyplay.
Currently updating the app to iOS 8 and iPhone 6 support.
The app is a custom OpenGL engine using GLKit. It has been updated to support native resolution and running at 1920x1080 on iPhone 6 plus.
During capture there will be warning messages every 5 seconds saying:
-[EveryplayCapture encoderNewAudioSample:timestamp:asbd:frames:] error appending audio samples
Once recording is finished and I launch the interface to share the replay using:
[[Everyplay sharedInstance] playLastRecording];
A black view pops up with a constant progress / waiting animation. At this point its not possible to navigate back to the application so its basically frozen.
A message is displayed in the debugger output at the time of trying to share the replay. There was an error playing the video:
Error Domain=AVFoundationErrorDomain Code=-11838 "Operation Stopped" UserInfo=0x16724f00 {NSLocalizedDescription=Operation Stopped, NSLocalizedFailureReason=The operation is not supported for this media.}
This issue is not occuring on my iPhone 5.