GCMotion/GCMicroGamePad in simulator?

Unfortunately I am not in a one of the eligible countries to get a dev kit.

May I know if there are any ways to simulate GCMotion and GCMicroGamePad input with the AppleTV simulator?


Thanks.

Answered by Technology Evangelist in 52249022

From the tvOS 9.0 release notes:


Bluetooth game controllers paired with a Mac are able to control the Apple TV Simulator via UIKit. The Game Controller framework is not supported in the Apple TV Simulator in this beta.


You will be able to test using the simulator for MFi extended gamepads in a future seed, but you won't be able to test GCMotion and GCMicroGamePad at this time.

Accepted Answer

From the tvOS 9.0 release notes:


Bluetooth game controllers paired with a Mac are able to control the Apple TV Simulator via UIKit. The Game Controller framework is not supported in the Apple TV Simulator in this beta.


You will be able to test using the simulator for MFi extended gamepads in a future seed, but you won't be able to test GCMotion and GCMicroGamePad at this time.

Got it. Thank you very much.

I've developed an open-source framework that is designed to make it easy to create an iOS-based game controller that appears as a hardware-based controller: https://github.com/robreuss/VirtualGameController You can use the sample controller app to send motion input to the simulator, or easily build your own software-based controller with motion support.

GCMotion/GCMicroGamePad in simulator?
 
 
Q