Skip to content

Declare game controller support

Benjamin Schulte edited this page Sep 14, 2020 · 3 revisions

Android

Declare Game Controller support in your AndroidManifest as follows:

<uses-feature android:name="android.hardware.gamepad" android:required="false"/>

This is not really required, but may be used by Play Store or Launchers in the future.

iOS

From iOS 14 on, Apple shows a badge on your App Store entry if your game declares game controller support.

We will add the information how to enable this here as soon as official documentation is provided.

Note: Apple enforced the functionality of Pause/Start button in the past. This seems to be loosened nowadays.

Clone this wiki locally