NFC tag that are working perfectly in android, are not working in iphones. Whenever I use NFC in iphone, I get a notification saying The operation couldn't be completed. (CPSErrorDomain error 2.). Any one know why its happening and whats the soulution?
Search results for
nfc
1,176 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Yes, Apple: Please consider enabling background NFC reading on watchOS and integrating our shortcuts automations. Thank you
Topic:
App & System Services
SubTopic:
Core OS
Tags:
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'
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. :-/
Dear sir, i am finding solutions past 4 days. but not getting any reference about NFC implmetent in my app for read credit card. please can you confirm apple is provided any api for read credit card using NFC or not. Thanks
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
I'm working in a NFC iOS app development. I would like to know how to write unit test case for NFC communication in iOS using Swift. There is no reference available online for the same. Is it possible to mock NFCTagReaderSession & its delegate methods with stub data? Any sample implementation provided will be helpful. Thanks.
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:
Dear development team, it would be fantastic to be able to make smart automations by using NFC stickers with Apple Watch. This would make things much more easier if there are situations where you don't want to use Siri. Would be great to get a feedback.
I thought cpserrordomain error 2 (which I've seen several times recently) was only for NFC tags, not QR codes. And just to check - the meta tag on the web page contains app-clip-bundle-id=appClipBundleID and the app clip bundle ID is not an app ID and typically starts with com.
Topic:
App & System Services
SubTopic:
General
Tags:
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?
Where can I find information on how to order the Apple branded App Clip NFC tags for our app? I saw the App Clip NFC tag today on an Exxon gas pump, so it seems they are already being produced somewhere.
@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:
I have the same issue. It seems it only happens on devices that don't support BACKGROUND NFC READING (iPhone X and earlier) running iOS 14+. For example I don't have that issue on Xs Max running iOS 14. Can you all confirm that?
Topic:
App & System Services
SubTopic:
General
Tags:
Hello and thank you for your help. i am attempting to find the following line 1) NFC scanned device prompts a Context menu, Action Menu, dialog, or action token. without the use of pulling any applications using the iphone 12 iOs Native NFC from an NTAG or comparable NFC. (Ex. UI menu prompted directly from NFC ). Thank you for your time.