
NFC Library for iOS

Delphi NFC library for iOS.
- Built on Apple’s Core NFC framework
- Compatible with Delphi versions 10.4 - 13
- Includes full source code with registered license
- Royalty-free distribution in your applications
Order NFC Library $140 USD (license for one developer)
Order NFC Library multi-license $420 USD (license for all developers in company)
Order NFC Library year upgrades $70 USD (registered users only)
Order NFC Library year upgrades multi-license $210 USD (registered multi-license users only)
FAQ
Why does the demo example show "NFC is not available on this device"?
1. Device CompatibilityEnsure your iOS device supports NFC. NFC functionality is available only on iPhone 7 and newer models.
2. Developer Configuration Required
NFC on iOS requires an active subscription to the Apple Developer Program.
Your app's Bundle ID must be registered in the Certificates, Identifiers & Profiles section of the Apple Developer portal.
You must enable the "NFC Tag Reading" capability for your app.
Why does my application crash when calling an NFC scan?
To prevent crashes when initiating NFC scanning, you must declare the required usage description in your app settings:In Delphi/C++Builder, go to Project → Options.
Navigate to Application → Version Info.
Add a new entry: NFCReaderUsageDescription.
This entry provides the system with a reason for accessing NFC, which is mandatory for iOS apps. Without it, the app may crash at runtime when attempting to use NFC features.