B4i Library NFCEx class - Write Ndef tags - Erel    Jan 11, 2023   (6 reactions) Starting from iOS 13 it is possible to write Ndef tags.
NFCEx adds writing support to iNFC library.
Before you start with writing, make sure to follow the "reading" tutorial and get the example working: https://www.b4x.com/android/forum/threads/nfc-reading-ndef-tags.84784/#post-536918
It requires s B4i Question Reading NFCV (ISO15693) Tags - Erel (first post)    Apr 28, 2024 NFCEx is a class that adds some features to the iNFC library, however it won't be simple to support non-NDEF tags. You will need good understanding of Objective C and native iOS. B4i Library NFC - Reading Ndef tags - Erel    Oct 07, 2020   (9 reactions) You must use B4i v5.51+ with NFC.
Updates:
- There was a bug in the example code related to reading of UTF 16 text messages. B4i Question Support for latest NFC-v ISO15693 tags - Erel (first post)    Oct 07, 2020   (1 reaction) The NFC / NFCEx libraries work with NDEF tags.
See NFCEx code. With some Objective C knowledge, it should be possible to add support for NFCTagReaderSession. B4i Tutorial Erels B4I Oveview from Walt's B4xGoodies - created with B4xgoodies Explorer using BVAD3 - Mashiane    Apr 27, 2021   (4 reactions) Ola
Erel's Overview from Walts B4xGoodies
B4I
Class - Ads - Beaconparser B4i
Class - Colour - Color Picker
Class - Database - Keyvaluestore
Class - Database - Rdc - Dbrequestmanager
Class - Date/time - Anotherdatepicker B4i
Class - Edittext - Numpad B4i
Class - Gps/location - Altimeter
Class - B4i Question NFC Tag Reading in Background - Erel (first post)    Jun 29, 2020   (1 reaction) Start with these instructions:
1. Add the associated domains capability and download and update provision profile:
https://www.b4x..png
2. Based on the NFCExtra example. Add this line:
#Entitlement: <key>com.apple.developer.associated-domains</key><array><string>applinks:b4x.com</string></array>
B4i Question Reading UID from NFC Card - Erel (first post)    Jan 11, 2023   (2 reactions) I've tested this code with ndef tag:
Public Sub Scan (DialogMessage As String)
NFC.Scan(DialogMessage)
Wait For NFC_TagConnected (Success As Boolean, Tag As Object)
If Success Then
Try
Dim InternalTag As NativeObject = Tag.As(NativeObject).GetField("_tag")
Other B4i Build Server v6.01 - Fixes issue with Xcode 11 - walterf25 (first post)    Oct 25, 2019 Will the Server actually be updated with Xcode 11? I tried running your new NFCEx example, but got some errors. Walter B4i Question [OBJ-C] Rising Event from a class - Erel (first post)    Jun 18, 2024   (1 reaction) Your code cannot work. There is no relation between the B4INFC class code and any other class instance.
Working example:
Sub Class_Globals
Private Root As B4XView
Private xui As XUI
Private Panel1 As B4XView
Private nfc As NativeObject
End Sub
Public Sub Initialize
End Sub
'This B4i Question Release Private error - f0raster0 (first post)    Nov 16, 2020   (1 reaction) also iPhone4 doesn't have the antenna NFC, you will need iPhone6+ Page: 1   2   3   4   5   6   7   Powered by ColBERT |