NFC and iBeacons
Display relevant, location-based information in FileMaker Go from data transmitted by iBeacon devices you’ve previously enabled. Or explore options scanning NFC with modern iPhone
2 topics in this forum
-
Hi, I am aware of a number of free tools available from the App Store that allow users to write NFC tags, however, Filemaker Go does not support this yet - as far as I can tell. Does anybody know if this is on Claris' roadmap to utilise this native iPhone functionality? Further to this, as iPads and iPods (again as far as I can tell) don't have NFC capability, does anybody know of a third party device - whether it be connected physically or via Bluetooth for example) that would allow these devices to read NFC? Physical would include a cable or the likes of a pistol-grip mount for example. I would have thought that such functionality would be useful for inven…
-
- 2 replies
- 1.5k views
- 2 followers
-
-
Here is a bit of code to cover the return separated list of NFC scan results to a json object. While ( [ data = $parameter ; dataRows = ValueCount ( data ) ; z = 5; records = (dataRows - 4) / 4; row = 0 ; rec = "" ; // First Four Rows json = JSONSetElement ( "" ; [ "reason" ; GetValue ( data ; 1 ) ; JSONString ] ; [ "error" ; GetValue ( data ; 2 ) ; JSONString ] ; [ "param" ; GetValue ( data ; 3 ) ; JSONString ] ; [ "mulitiline" ; GetValue ( data ; 4 ) ; JSONString ] ; [ "records" ; records ; JSONNumber ] ) ] ; row < records ; [ rec = JSONSetElement ( "" ; [ "id" ; GetValue ( data ; z ) ; JSONString ] ; [ "param" ; GetValue ( data ; z+…
-
- 0 replies
- 8.9k views
- 1 follower
-
Recently Browsing 0
- No registered users viewing this page.
Who's Online (See full list)
- There are no registered users currently online