Search results for

“nfc”

1,194 results found

Post

Replies

Boosts

Views

Activity

Reply to Core Bluetooth - scanning for extended advertising issues
The world of BLE 5.x is strange: Apple I believe iPhone's above 8 have to capability to scan for Advertising Extension - someone correct me if I am wrong (I only have a iPhone 8 on my desk for testing) iOS15.x still doesn't have Coded PHY for long range (Also it seems very hard to place permanently in the background) Setting an Advertising Extension with coded PHY at an interval of say 5 seconds does not eat into the battery life (tested on an Android over a 24 hr period) - well it is BLE after all... Google Pixel phones can't scan for Advertising Extension with Coded PHY- seems like a long running bug and its even in the newer gabeldorsche code base Most other newer Android phones can scan for Advertising Extension with Coded PHY Eg. phones OnePlus 7 and above, Galaxy Tab A7, Galaxy S10 and above, Xiaomi Poco X3 NFC seem to be working fine with Coded PHY scanning. Android Adverting Extension transmission (including Pixel) is working on all devices (well from the last 2-3 years) With this situation i
Apr ’22
App Clip Advanced Experience & Associated Domains Issue
I have created app-clip and uploaded in testflight. I need to invoke the app-clip using the NFC tag. it does work well in Development mode. Now i have uploaded AASA on the website it contains the details like below. { appclips: { apps: [ 123456789.com.mycompanyname.myapp ] } } i have added associated domain in main app and in app clip both. added appclip and applink . cause i have seen this way in one of the question from this forum. but i am facing this from two days. What can go wrong here ? Having no clue on this. Am i missing any steps here. As my testflight appclip is getting crashed.
0
0
536
Mar ’22
Is it possible to read NFC tag without the popover?
There's a popover when I use https://developer.apple.com/documentation/corenfc to read the nfcTag, but I don't want that popover. Can I read the nfcTag without popover? I hope that there will be no pop-up window after enabling nfctag reading, and only start processing the obtained information when the correct nfcTag is read. I hope to realize that the user can perform other operations in the application and always open the nfcTag for reading before reading an nfcTag.Is it possible?How should I implement this function?
0
0
941
Mar ’22
App clip - disable invocation from previous URL
According to the documentation, for app clips: If a user returns to a previously launched App Clip from the App Library or Spotlight, the App Clip uses the invocation URL that it previously used to launch the App Clip. Is there a way to see whether the invocation URL that is passed to the app is simply the cached URL from a e.g. Spotlight launch vs. whether it has actually come from an app clip invocation method like NFC/QR? Alternatively, is there a way to disable this caching altogether?
2
0
1.2k
Mar ’22
Apple Developer Account Error
Hello, I need Near Field Communication (NFC) for one Project. The problem is that you need to enable NFC in Xcode Capabilities and need for that a Apple Developer Account. I tried to create a Apple Developer Account but because im 17 years old, im getting the error: Sorry, you can’t enroll at this time. Are there any solutions? Thanks for help!
2
0
718
Mar ’22
NFC not working the second time
I am having a lot of trouble getting NFC to work a second time. The first time using it to read works just fine, but the second time I try it gives me errors about the delegate method not being found. The exact error is this: [CoreNFC] 00000002 8093c3f0 -[NFCTagReaderSession didDetectTags:connectedTagIndex:]:141 Delegate does not implement -tagReaderSession:didDetectTags: method I know that the delegate is set because it is calling the same code. I do invalidate the session after reading. I have stepped through the code and made sure that line is called. Does anyone have any suggestions?
1
0
1.1k
Mar ’22
Background NFC Tag Reading in Airplane Mode?
Apple's docs for Background Tag Reading state clearly that: ...be aware there are times when the display is on and background tag reading is unavailable, such as if [...] Airplane mode is enabled. Is anyone aware of the actual reason behind this restriction? Consider these examples: User A visits a different country and doesn't have local cell service. They use WiFi to access the internet, but keep airplane mode on to avoid expensive roaming charges. They apparently need to pay roaming fees in order to scan an NFC tag. User B is actually on a plane (literally the reason for airplane mode). They strike up a conversation with their seatmate, who wants to share contact info using an NFC business card. It won't work until the flight lands. In both of these cases, airplane mode is restricting what seem to be harmless attempts to scan a tag. Further, users don't commonly understand this restriction, and I am at a loss for how to explain Apple's reasoning to frustrated customers. Does anyone have a
0
0
1.1k
Mar ’22
NFC Tags won't read after iOS 15.4 update
After updating to iOS 15.4 I can no longer read any NFC tags. I believe Apple Pay is working fine. Replication: Unlock iPhone, hold NFC tag to top back of phone (without case or other magnetic or metallic materials nearby). Default iOS behaviour should be to read the contents of a known working tag (works perfectly on an Android device) and display a popup to manage the tag information (e.g. Popup would ask permission to open Safari to open a web link programmed on a tag) 3rd Party Tools: Previous versions of iOS 15 beta allowed read and write of NFC tags using apps such as NFC and NFC Tools. I have used normal mode, compatibility mode, have attempted to (re)format the tag to no avail. When conducting a read or write using these tools a popup appears, but no tag can be read or written. Ready to Scan popup remains open. Further steps taken: Hard Reset: No effect
38
0
44k
Mar ’22
Reply to Core Bluetooth - scanning for extended advertising issues
The world of BLE 5.x is strange: Apple I believe iPhone's above 8 have to capability to scan for Advertising Extension - someone correct me if I am wrong (I only have a iPhone 8 on my desk for testing) iOS15.x still doesn't have Coded PHY for long range (Also it seems very hard to place permanently in the background) Setting an Advertising Extension with coded PHY at an interval of say 5 seconds does not eat into the battery life (tested on an Android over a 24 hr period) - well it is BLE after all... Google Pixel phones can't scan for Advertising Extension with Coded PHY- seems like a long running bug and its even in the newer gabeldorsche code base Most other newer Android phones can scan for Advertising Extension with Coded PHY Eg. phones OnePlus 7 and above, Galaxy Tab A7, Galaxy S10 and above, Xiaomi Poco X3 NFC seem to be working fine with Coded PHY scanning. Android Adverting Extension transmission (including Pixel) is working on all devices (well from the last 2-3 years) With this situation i
Replies
Boosts
Views
Activity
Apr ’22
Is there an API for third-party apps to use NFC?
Is there an API for third-party apps for using NFC? It's nothing about any payment systems. If an authorization fee is required, please provide a contact person.
Replies
1
Boosts
0
Views
742
Activity
Apr ’22
App Clip Advanced Experience & Associated Domains Issue
I have created app-clip and uploaded in testflight. I need to invoke the app-clip using the NFC tag. it does work well in Development mode. Now i have uploaded AASA on the website it contains the details like below. { appclips: { apps: [ 123456789.com.mycompanyname.myapp ] } } i have added associated domain in main app and in app clip both. added appclip and applink . cause i have seen this way in one of the question from this forum. but i am facing this from two days. What can go wrong here ? Having no clue on this. Am i missing any steps here. As my testflight appclip is getting crashed.
Replies
0
Boosts
0
Views
536
Activity
Mar ’22
Is it possible to read NFC tag without the popover?
There's a popover when I use https://developer.apple.com/documentation/corenfc to read the nfcTag, but I don't want that popover. Can I read the nfcTag without popover? I hope that there will be no pop-up window after enabling nfctag reading, and only start processing the obtained information when the correct nfcTag is read. I hope to realize that the user can perform other operations in the application and always open the nfcTag for reading before reading an nfcTag.Is it possible?How should I implement this function?
Replies
0
Boosts
0
Views
941
Activity
Mar ’22
App clip - disable invocation from previous URL
According to the documentation, for app clips: If a user returns to a previously launched App Clip from the App Library or Spotlight, the App Clip uses the invocation URL that it previously used to launch the App Clip. Is there a way to see whether the invocation URL that is passed to the app is simply the cached URL from a e.g. Spotlight launch vs. whether it has actually come from an app clip invocation method like NFC/QR? Alternatively, is there a way to disable this caching altogether?
Replies
2
Boosts
0
Views
1.2k
Activity
Mar ’22
Apple Developer Account Error
Hello, I need Near Field Communication (NFC) for one Project. The problem is that you need to enable NFC in Xcode Capabilities and need for that a Apple Developer Account. I tried to create a Apple Developer Account but because im 17 years old, im getting the error: Sorry, you can’t enroll at this time. Are there any solutions? Thanks for help!
Replies
2
Boosts
0
Views
718
Activity
Mar ’22
Write on multiple tags sequentially with NFC
Is it possible to write sequentially on multiple tags using NFC? e.g. I have 10 tags and in my app set the number of writing and pressing on a button start first writing on first tag. when wrote, start an other writting and so on....
Replies
0
Boosts
0
Views
904
Activity
Mar ’22
Reply to NFC Tags won't read after iOS 15.4 update
Same issue. Can’t read any NFC enabled document anymore. Weird how can you break a functionality like this and not notice it at all.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to NFC not working the second time
I figured this out. It was due to some third party software that I was using for talking with NFC. It expected me to keep a reference to its object.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to NFC Tags won't read after iOS 15.4 update
the same for me. don't work with nfc readers apps. If you try to use with the quick commands app and select NFC tag for action it read regular the tag and make the action. please help me because i use it for work.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
NFC not working the second time
I am having a lot of trouble getting NFC to work a second time. The first time using it to read works just fine, but the second time I try it gives me errors about the delegate method not being found. The exact error is this: [CoreNFC] 00000002 8093c3f0 -[NFCTagReaderSession didDetectTags:connectedTagIndex:]:141 Delegate does not implement -tagReaderSession:didDetectTags: method I know that the delegate is set because it is calling the same code. I do invalidate the session after reading. I have stepped through the code and made sure that line is called. Does anyone have any suggestions?
Replies
1
Boosts
0
Views
1.1k
Activity
Mar ’22
Reply to NFC Tags won't read after iOS 15.4 update
I think I experienced the same. After updating to 15.4 I cannot read my nfc card. Anyone have solutions on this?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
iphone 11 pro max nfc problem
Good afternoon, I have a problem with my iPhone 11 pro max, I have changed the charging connector and now it does not detect NFC, I have changed NFC too and it still does not pick up NFC, who can help me
Replies
1
Boosts
0
Views
472
Activity
Mar ’22
Background NFC Tag Reading in Airplane Mode?
Apple's docs for Background Tag Reading state clearly that: ...be aware there are times when the display is on and background tag reading is unavailable, such as if [...] Airplane mode is enabled. Is anyone aware of the actual reason behind this restriction? Consider these examples: User A visits a different country and doesn't have local cell service. They use WiFi to access the internet, but keep airplane mode on to avoid expensive roaming charges. They apparently need to pay roaming fees in order to scan an NFC tag. User B is actually on a plane (literally the reason for airplane mode). They strike up a conversation with their seatmate, who wants to share contact info using an NFC business card. It won't work until the flight lands. In both of these cases, airplane mode is restricting what seem to be harmless attempts to scan a tag. Further, users don't commonly understand this restriction, and I am at a loss for how to explain Apple's reasoning to frustrated customers. Does anyone have a
Replies
0
Boosts
0
Views
1.1k
Activity
Mar ’22
NFC Tags won't read after iOS 15.4 update
After updating to iOS 15.4 I can no longer read any NFC tags. I believe Apple Pay is working fine. Replication: Unlock iPhone, hold NFC tag to top back of phone (without case or other magnetic or metallic materials nearby). Default iOS behaviour should be to read the contents of a known working tag (works perfectly on an Android device) and display a popup to manage the tag information (e.g. Popup would ask permission to open Safari to open a web link programmed on a tag) 3rd Party Tools: Previous versions of iOS 15 beta allowed read and write of NFC tags using apps such as NFC and NFC Tools. I have used normal mode, compatibility mode, have attempted to (re)format the tag to no avail. When conducting a read or write using these tools a popup appears, but no tag can be read or written. Ready to Scan popup remains open. Further steps taken: Hard Reset: No effect
Replies
38
Boosts
0
Views
44k
Activity
Mar ’22