Don't forget to add com.apple to scopes of the registry whose URL is "https://upm.matchingham.net" (commonly named as "MG Package Registry" or "Matchingham").
Configuration from previous versions will be invalid.
It is recommended to read to documentation again.
If the sample code is imported. Make sure that it is removed.
With Logger v2.x update, we are setting a milestone here. If any other packages depend on Logger v1.x, you will get compile errors. Please update all packages.
If you are trying to build your project not on Android or iOS, you will get compile errors. You have to use define symbols e.g. UNITY_IOS || UNITY_ANDROID
(Android) Vibrate: When performHapticFeedback method is unavailable VibrationEffect (API Level 26+) or Vibrator (API Level 1+) will be used according to the API level. This also fixes a rare exception.
(Android) DefaultVibrationDuration is added to the config for legacy vibration APIs.
(Android) Vibrate: performHapticFeedback will override the global vibration settings on the phone for Android 12 and older