Requirements
- Android
- iOS
AutomatID requires:
- Gradle 6.7.1 or newer
- Android Gradle plugin 4.2.2 or newer
minSdkVersion
21 (Android 5.0) or highercompileSdkVersion
31 or higherandroid.useAndroidX=true
ingradle.properties
- Jetifier is not required
- R8 in full mode is supported
- AutomatID is currently compatible with
targetSdkVersion
33
AutomatID doesn't require Google Play Services, and it is compatible with Huawei HMS-only devices.
AutomatID can be used in Java or Kotlin projects.
At runtime, AutomatID works on devices that are equipped with NFC hardware. You can verify whether the device is compatible through a dedicated method, as seen in the dedicated section.
AutomatID requires:
- Xcode 13.4.1 or newer
- Cocoapods 1.11.3 or newer
- iOS 12 or newer
AutomatID can be used with Objective-C and Swift projects.