Search results for

nfc

1,176 results found

Post

Replies

Boosts

Views

Activity

Is it possible to disable the NFC scanning sheet?
We have an application that reads temperature from a device using NFC. We would like to continuously update this temperature on-screen while the user holds their phone in front of the device but this is not possible as the scanning sheet is blocking the view! Is there any way to disable this? I am not looking for background scanning as this relies on NDEF whereas this is a command driven application. I am developing using Xamarin for iOS 13 and above with NFC writing capabilites.
0
0
563
Dec ’20
'NDEF is disallowed' Error on Xcode 12.2
I tried to upload Application after updating my Xcode and then I started to get this error . ERROR ITMS-90778: Invalid entitlement for core nfc framework. The sdk version '14.2' and min OS version '14.0' are not compatible for the entitlement 'com.apple.developer.nfc.readersession.formats' because 'NDEF is disallowed'. In my info.plist I haven't added any com.apple.developer.nfc.readersession.formats Tried by adding it still same issue . Need to know why and what was the issue
1
0
3.2k
Dec ’20
Reply to Is it possible to open an App Clip card by linking a user to a URL or by sharing a QR-Code as of beta 8?
Multiline The Smart App Banner in Safari will change to the app clip variant when your app clip is available in the App Store. Similarly, URLs registered as part of the advanced experience will work via QR code/NFC when your app clip is available in the App Store. BlockQuote it means if i want to test it how it looks via Testflight, i can not do it?
Topic: App & System Services SubTopic: General Tags:
Dec ’20
NFC write getting error
So i am tring to use the new CoreNFC features to access my access card ( iso14443 tag type iso7816) I can able to read the card while trying to write getting below error. (Error Domain=NFCError Code=401 Stack Error UserInfo={NSLocalizedDescription=Stack Error, NSUnderlyingError=0x282322a90 {Error Domain=nfcd Code=21 Connection Closed UserInfo={NSLocalizedDescription=Connection Closed}}})
2
0
1.7k
Dec ’20
Reply to Cannot connect Epson printers on iOS14
You have to add the following capability to your app's entitlements: com.apple.developer.networking.multicast To do so, the account holder of the developer program has to request this entitlement for the team, before it can be assigned to an app. See this page for details and a link the request form: com.apple.developer.networking.multicast - https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_networking_multicast After I have added the entitlement, pairing and printing via NFC scan is possible and makes up a great user experience! Hope this help.
Topic: Privacy & Security SubTopic: General Tags:
Dec ’20
App Clips NFC has been less responsive over the past few weeks
Over the past few weeks, we have noticed a big difference in how well our App Clip App reads NFC tags compared to our Full App. The full app, which has the scan NFC button like all full apps, reads the NFC chips perfectly 100% of the time. The App Clip version of the same app has slowly started to be consistent in reading the NFC tags. Has something affected the App Clip NFC reading in the past few weeks after the iOS Updates? Can you tell us what we can do to make the NFC reading of the App Clip App as responsive as the NFC reading of the Full version of our App? Please advise because we want to make App Clip via NFC great, but not getting a consistent NFC read compared to the full NFC app is definitely a problem for consumers adoption.
1
0
1k
Dec ’20
Reply to Apple Watch NFC Tags
Just an amateur, here, but keep in mind that the reader device powers the NFC chip, wirelessly, so power use is a consideration and they may not want to drain the battery by that ability. Also, it requires another chip/radio/antenna and there may not be space inside. Again, just my thoughts.
Topic: App & System Services SubTopic: Core OS Tags:
Dec ’20
Is this change in Xcode affecting NFC in App Clips?
Recently Apple updated Xcode and had one change for App Clips. For a URL to launch it needs the additional of nullable See link here. - https://developer.apple.com/documentation/app_clips/apactivationpayload/3580308-url?changes=latest_major&language=objc One problem. My App Clip works fine but there is nowhere in the code where to use the code defined in the link, either the previous or the new updated code. I only use NFC for the App Clip. So does this not involve NFC? It mentions payload which I'm used to hearing about with NFC chips, so that's why I'm wondering about it. I've also noticed NFC reading less consistently as background reader. Please let me know if this line has anything to do with NFC, and why my app would still work even though I don't even use this line anywhere in my code. Thank you truly and any help is appreciated. I just don't want to be missing something that might break my app in an upcoming update.
1
0
893
Jan ’21