We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
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.