Questions tagged [everyplay]

Everyplay is an SDK for iOS that integrates into your game engine (Unity3d, Cocos2d, in-house engines, ..) and enables you to record and share your gaming moments.

Everyplay is a free mobile game replay platform that helps you to better engage your players, drive up retention, and generate free organic installs.

User can record videos and can share them with other on various social networks.

55 questions
6
votes
1 answer

How to record the screen in Unity and make output as a file

Is there any method, such as coding or using a free asset to make screen recording function in my game. I'm working on Unity and my project needs to provide a replay when I am playing my game and make the output of that replay as a file. Thanks in…
Bose Sanamchai
  • 105
  • 1
  • 1
  • 6
2
votes
1 answer

The app references non-public selectors in Payload: appID, expirationDate, isOpen

I have integrated Everyplay in my game based on SpriteKit. After submitting an update I got a warning "The app references non-public selectors in Payload/game.app/game: appID, expirationDate, isOpen". I have searched for few hours to solve the…
2
votes
1 answer

New everyplay game Ads SDK (Unity ads) gives error

Well Yesterday (13,06,2014) Everyplay send a email and they said "new SDK published" but after establishing this SDK it gives this error and dont show any ads. in past it didnt give this error. 06-14 10:42:00.460: E/UnityAds(32338):…
mehmet
  • 1,558
  • 5
  • 30
  • 41
2
votes
1 answer

Everyplay holds my microphone UNITY3D iOS

I have one question regarding implementation of Everyplay Video Recording on iOS devices. The problem occurs when I finish recording. I go to Everyplay video preview where you can edit video and share it. Then, when I go back to my game when…
Dookeybre
  • 35
  • 1
  • 7
2
votes
1 answer

EveryPlay IsRecordingSupported is False on Android Nexus 5

EveryPlay.SharedInstance.IsRecordingSupported() is always FALSE on my Android devices - Nexus 5 and 7. I am still able to record and post video on those devices if I just ignore the value. Note: EveryPlay.SharedInstance.IsSupported() is True…
user3504386
  • 41
  • 1
  • 9
2
votes
2 answers

Does Everyplay support Landscape in iOS6?

I'm integrating Everyplay with my Cocos2d Game.My game only support Landscape orientation. Everything goes well on iPad. But When i test on iPhone(iOS6),it throws exception as following when I call "[[Everyplay sharedInstance]…
2
votes
1 answer

What metadata keys are available in Everyplay?

On the Everyplay Unity3D guide page these three lines are given as an example of using metadata with Everyplay. Everyplay.SharedInstance.SetMetadata("level", levelNumber); Everyplay.SharedInstance.SetMetadata("level_name",…
MarkZero
  • 21
  • 2
1
vote
0 answers

SpriteKit Everyplay Live Preview faceCam Jerky

I am using Everyplay (3rd party lib) to record thru front camera in my Spritekit game. But in the latest SDK version, the camera display is very choppy and jerky. I have tried: [[[Everyplay sharedInstance] capture]…
GeneCode
  • 7,545
  • 8
  • 50
  • 85
1
vote
0 answers

iOS Everyplay integration: Calling "showEveryplay" leads to a crash

We use Everyplay in our game for recording and it seemed to work properly, but e.g., when calling the following line our app crashes: [[EveryplaysharedInstance] showEveryplay] Testing on iOS 9.1, iPhone 5S. The crash happens no matter if we call it…
grafd
  • 103
  • 8
1
vote
0 answers

everyplay crashes the android game on close

I am using Everyplay with Unity. The game is live and is called Madfinger. I have an issue on android as in when the user cancels the video ad while it is still buffering, it causes my game to crash and exits with error as "Unfortunately MadFinger…
1
vote
1 answer

Unity 3D EveryPlay Check if video has been uploaded

How do I find out if a user uploads a video with EveryPlay? if (Everyplay.SharedInstance.UploadDidComplete()) { ... Is this correct? #pragma strict // JavaScript function Start () { Everyplay.SharedInstance.UploadDidComplete += …
1
vote
1 answer

Can I record a "regular" iOS view with Everyplay?

Can I record a "regular" iOS view with Everyplay SDK. A view that hasn't been done with OpenGLES or with any game framework? Just a view with UILabels, UIButtons etc.
Mayoneez
  • 441
  • 5
  • 19
1
vote
1 answer

Is there anyway to retrieve the URL of videos uploaded to youtube with Everyplay?

Hello all I recently downloaded and opened the unity package for everyplay android and wanted to know is there anyway I could grab the URL of videos uploaded to youtube by users who play my game ? it looks like the majority of the code for the…
1
vote
0 answers

Is is possible to remove a everyplay instance when poping out the GLKviewController ffrom UINavigationcontroller

I want to use everyplay to record video from a GLKViewController. Well I have no such problem in recording but my app crashes during repeated navigation. What I am doing is, I load a view controller on which there is a view (GLKView) of…
Gaurav Singh
  • 1,897
  • 14
  • 22
1
vote
1 answer

Everyplay records video, but crashes when i tap on "Share" and "View profile"

I am using everyplay to record my game play, and players can share the video at the result screen. The recording, sharing and viewing of profile on the iPad is working fine, but every iPhone build (4, 4S, 5) will crash when I tap on the "share",…
1
2 3 4