Class InputSettings.iOSSettings
Project-wide input settings for the iOS/tvOS platform.
Namespace: UnityEngine.InputSystem
Assembly: Unity.InputSystem.dll
Syntax
[Serializable]
public class InputSettings.iOSSettings
  Properties
motionUsage
Setting for access to the device's motion sensors (such as StepCounter).
Declaration
public PrivacyDataUsage motionUsage { get; set; }
  Property Value
| Type | Description | 
|---|---|
| PrivacyDataUsage | 
Remarks
Alternatively, you can manually add Privacy - Motion Usage Description to the Info.plist file.