Apple mobile devices
We provide a native development library in binary form for Apple mobile devices under EVVA License (currently closed source).
The dependency can be acquired directly from CocoaPods: Abrevva SDK @ CocoaPods
Notes for your mobile application
Section titled “Notes for your mobile application”Capabilities that may be required
Section titled “Capabilities that may be required”- NFC Tag Reading
App Entitlements that may be required
Section titled “App Entitlements that may be required”- related to NFC Tag Reading
<key>com.apple.developer.nfc.readersession.formats</key><array><string>TAG</string></array>
PLIST Entries that may be required
Section titled “PLIST Entries that may be required”- related to NFC Tag Reading
<key>NFCReaderUsageDescription</key><string>Uses NFC to run maintenance on peripheral NFC devices.</string>
- related to BLE usage
<key>NSBluetoothAlwaysUsageDescription</key><string>Uses Bluetooth to connect and interact with peripheral BLE devices.</string>
Compliance
Section titled “Compliance”Dependencies
Section titled “Dependencies”Use of cryptography
Section titled “Use of cryptography”- Communication with Services uses standard TLS encryption based on what the OS provides
- Communication with EVVA Components uses AES-CCM-256 encryption from CryptoSwift