Search results for

nfc

1,176 results found

Post

Replies

Boosts

Views

Activity

iBeacon and Location Authorization...
Hi - Summary: I would like my app to offer a warmer message regarding the authorization prompt. Detail: This is a suggestion. While working with iBeacon my app requests authorization from the customer to: Allow [app] to use your location. Ideally for my iBeacon app I would like the app to run essentially all the time, so the authorization request the app makes is: requestAlwaysAuthorization Subsequently iOS will ask the user if they would like to continue to allow the app access to location. This is all appropriate and I'm happy with Apple's focus on privacy (! thank you) My suggestion: Decouple iBeacon from Location for the user. My point is that Location (CLLocation - things on a map), feels clunky when considering proximity relative to iBeacons. Namely items of such small resolution typically aren't found on a map. An example: we don't typically think of a topographical map to represent and navigate our house and iBeacons lend themselves to that kind of environment (among others). Things are either 'near'
0
0
386
Nov ’20
NFC Background Scan opens Wallet randomly instead of triggering my app
We are using the CoreNFC API for reading the NFC tag of the locking components of our customer. We have not implemented the scan functionality within our app, instead we are using only the iOS built-in mechanism. Normally the NFC notification is triggered and the user can open our app which then handles the provided data. BUT if the wallet app on the iPhone has a valid credit card enabled, most of the time (but more or less randomly) the wallet app is triggered instead of our app. I checked the callbacks and we are not called by the iOS NFC mechanism in that case. My first idea was to update the AASA file on the server because of the changes introduced with iOS13. My question is if there are other possible solutions for this issue. At the moment our NFC feature makes only sense for users which have not setup the wallet. :-/
0
0
1.2k
Nov ’20
NFC - ISO15693 - custom command
Hello, Im trying to read data from an ISO15693 tag (M24LR64E-R from STMicroelectronics). Im using react native and react-native-nfc-manager - https://github.com/whitedogg13/react-native-nfc-manager/. Here my code when I send customCommand: tt// init manager t NfcManager.start() tt// waiting for a tag ttlet resp = await NfcManager.requestTechnology(tech, {t ttttalertMessage: 'Ready to scan tag't tt}); ttlet tag = awaitNfcManager.getTag(); const handler = NfcManager.getIso15693HandlerIOS() const flags = Nfc15693RequestFlagIOS.HighDataRate const customCommandCode = 0xb3 tt// some bytes const customRequestParameters = bytes.slice(2, bytes.length) tt// error with this cmd resp = await handler.customCommand({ flags, customCommandCode, customRequestParameters }) But I receive this error (throw exception): [CoreNFC] 00000002 83601300 -[NFCTagReaderSession transceive:tagUpdate:error:]:710 Error Domain=NFCError Code=100 Tag connection lost UserInfo={NSLocalizedDescription=Tag connection lost} Do you k
0
0
968
Nov ’20
Reply to Big Sur freezes after screen unlock
I have this same issue. @vready I believe you're correct about this being related to a Yubikey. I have a 2020 MacBook Pro 13 and am using the Yubikey 5 NFC. It doesn't seem to matter which applications are open. Usually I have Chrome running in the background. I get to the login screen after being away from the computer and when I enter my pin, the screen freezes. I end up needing to do a hard reboot to get the MacBook to respond again. I've been testing and it seems that when I leave the YubiKey unplugged and only plug it in to authenticate, things work as they're supposed to.
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’20
What iOS support for ISO-DEP (ISO 14443-4) properties
Hi all, Currently I am a Android developer for NFC tag. In my application, I use IsoDep tech for reading/writing data between smartphone and NFC tag. However, I would like to port my Android app to iOS app. Could everyone tell me know Core NFC (iOS) support for IsoDep tech like android.nfc.tech.IsoDep (Android)? and which the iPhone(XR, XS max,...) support for?
1
0
1.9k
Nov ’20
Reply to Apple branded NFC Codes for App Clip
@messina614, I haven't seen the Exxon App Clip NFC tag myself, but you can place an App Clip in any NFC tag. Just make sure the NFC tag resolves to a URL you defined as an App Clip Advanced Experience in the App Store Connect. If you referring to a specific tag Apple issues, then only Apple can answer
Topic: App & System Services SubTopic: General Tags:
Nov ’20