[iOS/Android] ReplayKit for iOS9 and Android 5.0 (0.0.7)

robinschaafsma

  • *
  • Posts: 714
ReplayKit for iOS9 and Android 5.0
Works on iOS9 and above and Android 5.0 and above


HOW TO
Go to https://byrobingames.github.io

OPENSOURCE

Submitting a Pull Request
This software is opensource.
If you want to contribute you can make a pull request

Repository: https://github.com/byrobingames/replaykit

Need help with a pull request?
https://help.github.com/articles/creating-a-pull-request/

ANY ISSUES?
Creating an issue on GitHub
Repository: https://github.com/byrobingames/replaykit

Need help with creating a issue?
https://help.github.com/articles/creating-an-issue/

« Last Edit: December 22, 2018, 08:16:59 am by robinschaafsma »

Bhoopalan

  • Posts: 1018
What's replayKit? We can record videos in runtime and share the video outside of the app?? o_O If that's the case, it would be G-R-E-A-T!!!
If I helped you at anytime, help me back build my twitter followers :)
https://twitter.com/imbhoopalan

robinschaafsma

  • *
  • Posts: 714
Yes you can record the screen at runtime. Just start recording when player starts playing, when gameover just stop recording an new window will open where the player can watch, edit and share the video.
See:
http://www.idownloadblog.com/2015/09/16/replaykit-hands-on/

Bhoopalan

  • Posts: 1018
Wow!! That's AMAZING!! You're an asset to Stencyl, Robin. I feel so bad I'm unable to help you by donating. I wish the situation changes soon.
If I helped you at anytime, help me back build my twitter followers :)
https://twitter.com/imbhoopalan

thechaosengine

  • *
  • Posts: 329
Awesome, bought and trying it out now.

EDIT: Ok so it works perfectly and was no problem to set up whatsoever. Great work!!

« Last Edit: April 07, 2016, 03:57:58 am by thechaosengine »

riki82

  • Posts: 325
Robin! Awesome extension!!!

robinschaafsma

  • *
  • Posts: 714
Thanks enjoy if there are any issues just let me know..

Oh my! I will definitely be buying this!! :) AMAZING job!!

Edit: I have one problem with this though, is there any way you can make it work with other devices such as iPhone 4, iPod 4 and 5, iPhone 4s? I would need that workable for the extension before I could actually use it.

designpeg

  • *
  • Posts: 731
Amazing! Downloaded and works great. This is going to be SO useful for me. I build kids games, and this is a great way to analyse their interactions, as it can record their chatter while they play.

Thanks, great work and well worth the cost.


robinschaafsma

  • *
  • Posts: 714
Oh my! I will definitely be buying this!! :) AMAZING job!!

Edit: I have one problem with this though, is there any way you can make it work with other devices such as iPhone 4, iPod 4 and 5, iPhone 4s? I would need that workable for the extension before I could actually use it.

No it is only working on devices with A7/A8/A9 Chipsets, that is how Apple made the Replaykit SDK..

Bhoopalan

  • Posts: 1018
If I helped you at anytime, help me back build my twitter followers :)
https://twitter.com/imbhoopalan

thechaosengine

  • *
  • Posts: 329
https://www.youtube.com/watch?v=1W_lYe2ny9A

Easily got it all working :)

What's the game? Is it something you're working on?

Yeah, it's called Magic Mansion, it's p brutal. Coming out soon!

suitcasenuke

  • *
  • Posts: 143
This is a fantastic extension! I works perfectly. One thing though, it seems to crash the app on start up when using a device that uses iOS7. I've got the replaykit available bool on all the buttons that need it as well. Any ideas?

robinschaafsma

  • *
  • Posts: 714
Ok thanks for mention this. I was only focus on iOS9 so i forgot to Weak Linking the ReplayKit Framework.

I have update this Extension to 0.0.2 to fix this issue.
You can login in to your account and download the Extension again under My Account

I have Weak Linking the ReplayKit Framework, this means the Framework is optional. To make it optional, devices on iOS8 or lower will not crash anymore.

Let me know if this works for you...