Version: 2022.3
Language : English
Input for iOS devices
Game Controller support

iOS input overview

Unity uses the Input class to access input on all mobile devices.

iOS keyboard

iOS devices include a touchscreen keyboard. When you select editable UI(User Interface) Allows a user to interact with your application. Unity currently supports three UI systems. More info
See in Glossary
elements such as Input Fields, Unity automatically activates the iOS touchscreen keyboard and handles input from it. For information on how to manually activate and configure the iOS touchscreen keyboard, refer to Mobile Keyboard.

Additional resources:

Input for iOS devices
Game Controller support