From 73bc87d3d161f915e1e64f11b4c007b1c4644d6b Mon Sep 17 00:00:00 2001 From: cdricms <36056008+cdricms@users.noreply.github.com> Date: Mon, 27 Jul 2026 10:27:22 +0200 Subject: [PATCH] fix(apple): use TAG NFC reader format for iOS 26 SDK App Store upload with the iOS 26 SDK rejects the NDEF value (error 90778 "NDEF is disallowed") and requires TAG. NFCNDEFReaderSession keeps working under the TAG entitlement, so no code changes are needed. --- apple/VniDrop/Resources/VniDrop.entitlements | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apple/VniDrop/Resources/VniDrop.entitlements b/apple/VniDrop/Resources/VniDrop.entitlements index d2b9cb0..a404c90 100644 --- a/apple/VniDrop/Resources/VniDrop.entitlements +++ b/apple/VniDrop/Resources/VniDrop.entitlements @@ -2,10 +2,12 @@ - + com.apple.developer.nfc.readersession.formats - NDEF + TAG