Skip to content

Apple mobile devices

We provide a native development library in binary form for Apple mobile devices under EVVA License (currently closed source).

Github Repository

The dependency can be acquired directly from CocoaPods: Abrevva SDK @ CocoaPods

  • NFC Tag Reading
  • related to NFC Tag Reading
<key>com.apple.developer.nfc.readersession.formats</key><array><string>TAG</string></array>
  • 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>
  • Communication with Services uses standard TLS encryption based on what the OS provides
  • Communication with EVVA Components uses AES-CCM-256 encryption from CryptoSwift