Search results for

“nfc”

1,194 results found

Post

Replies

Boosts

Views

Activity

Reply to NFC no longer working in Shortcuts on beta 4?
I had the same problem with ios 14 beta 3, where NFC tag would work intermitantly, then with beta 4, they stopped working altogether. I submitted the problem to Apple, praying it would be fixed, and hey presto, beta 5, and the NFC shortcuts are working again... properly. Tried 6 different set ups and there all fine. Obviously they must have had a lot of feedback.
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’20
Reply to NFC reads once, then no longer works.
Good evening everyone, I have the exact same issue. My app will read an NFC chip that I attached to the back of the phone, but it will never read it a second time... Has anyone fixed this?? My app is an advertising app where you attach an NFC chip to a sticker (advertisement) and the phone will verify that the sticker is presents by once or twice a month verifying that the chip is within range of the NFC radio in the Iphone... My developer who wrote the initial app, could not figure it our. Any assistance would be greatly appreicated!
Topic: App & System Services SubTopic: General Tags:
Aug ’20
How to receive Apple’s Value-Added Services (VAS) Certification?
I am working for the Company which produces smart lock devices. We want our lock device to support Apple VAS protocol inside. Then our customers just be able to use their smartphones with Apple Wallet and our digital key as Wallet Pass to unlock our devices. The problem here is that official spec. on Apple VAS protocol is confidential. I find out that some Companies like ELATEC or IDTech which produces RFID and NFC readers implements Apple VAS in their devices and have so called Apple’s Value-Added Services (VAS) Certification. But what is an official way to do that? How to get specification of Apple VAS protocol?
4
0
9.2k
Sep ’20
Reply to Multiple AppClips on a single domain?
The system used for app clips is different than universal links. Both use the associated domains entitlement and Apple App Site Associations (AASA) file to prove associations. However, with universal links you would set up URL pattern matches on your server using your AASA, while with app clips you register URL prefix matches as separate advanced app clip experiences using App Store Connect. The configure and link your app clips - https://developer.apple.com/videos/play/wwdc2020/10146/ session goes into detail on this. For the example you gave: Scenario: portfolio.com/OrrangesApp portfolio.com/BananasApp Each of these pages can have separate tags for displaying different banners for different Apps/AppClips. That part makes sense to me. Your AASA file looks correct. You want to your domain (portfolio.org) to be associated with both app clip's identifiers. Be sure that in each app clip you'd then add the associated domains entitlement with appclip:portfolio.com. Because you're working with two separate app cli
Topic: App & System Services SubTopic: General Tags:
Sep ’20
Reply to _XCAppClipURL not detected
I have the same issue. Didn't notice when it started, but I tried checking/unchecking the box and even removing the entry and adding it again. It simple doesn't invoke the continuity delegate. In order to test now I have to setup the local experience and invoke with NFC tag.
Topic: App & System Services SubTopic: General Tags:
Sep ’20
Reply to iOS 14 Ships Tomorrow 09/16/2020 - But App Clips Dev is Broken?
How about not showing on the app Clip card that we’re not in the right region or country. Supposedly we now have the GM version of iOS 14 so shouldn’t App Clips now start working on iPhones with IOS 14 GM. I’m using an iPhone 11 Pro Max and trying to use NFC. The card shows but always white with the warning about country or region. shouldn’t it all now start working like it would for consumers tomorrow?
Topic: App & System Services SubTopic: General Tags:
Sep ’20
Reply to NFC no longer working in Shortcuts on beta 4?
I had the same problem with ios 14 beta 3, where NFC tag would work intermitantly, then with beta 4, they stopped working altogether. I submitted the problem to Apple, praying it would be fixed, and hey presto, beta 5, and the NFC shortcuts are working again... properly. Tried 6 different set ups and there all fine. Obviously they must have had a lot of feedback.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’20
Is there a way to have XCUI tests to show the CoreNFC action sheet in simulator?
I am automating some screenshots through Fastlane and was wondering if there was a way to prompt the actionsheet for NFC in simulator.
Replies
0
Boosts
0
Views
369
Activity
Aug ’20
Reply to NFC reads once, then no longer works.
Same issue here. Now I changed sensor and the one time nfc reads, it asks if I want to use new sensor and after confirming it will not read the sensor again. so basically I cannot use the libre link scan anymore. is there a fix ? I can’t seem to be able to uninstall iOS 14 beta
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’20
NFC Tag UID
Hi, With Swift and an iPhone App, Is it possible to retrieve the UID of a NFC Tag ? Best, Chris
Replies
1
Boosts
0
Views
1k
Activity
Aug ’20
Reply to NFC reads once, then no longer works.
Good evening everyone, I have the exact same issue. My app will read an NFC chip that I attached to the back of the phone, but it will never read it a second time... Has anyone fixed this?? My app is an advertising app where you attach an NFC chip to a sticker (advertisement) and the phone will verify that the sticker is presents by once or twice a month verifying that the chip is within range of the NFC radio in the Iphone... My developer who wrote the initial app, could not figure it our. Any assistance would be greatly appreicated!
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’20
How to receive Apple’s Value-Added Services (VAS) Certification?
I am working for the Company which produces smart lock devices. We want our lock device to support Apple VAS protocol inside. Then our customers just be able to use their smartphones with Apple Wallet and our digital key as Wallet Pass to unlock our devices. The problem here is that official spec. on Apple VAS protocol is confidential. I find out that some Companies like ELATEC or IDTech which produces RFID and NFC readers implements Apple VAS in their devices and have so called Apple’s Value-Added Services (VAS) Certification. But what is an official way to do that? How to get specification of Apple VAS protocol?
Replies
4
Boosts
0
Views
9.2k
Activity
Sep ’20
Reply to Core NFC (nfc iso 7816) IEC_7816
There is a hidden field for user specific information inside a pass which can be read from iOS apps. But I’m not sure if its contents are among the data made available via NFC.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’20
Reply to Multiple AppClips on a single domain?
The system used for app clips is different than universal links. Both use the associated domains entitlement and Apple App Site Associations (AASA) file to prove associations. However, with universal links you would set up URL pattern matches on your server using your AASA, while with app clips you register URL prefix matches as separate advanced app clip experiences using App Store Connect. The configure and link your app clips - https://developer.apple.com/videos/play/wwdc2020/10146/ session goes into detail on this. For the example you gave: Scenario: portfolio.com/OrrangesApp portfolio.com/BananasApp Each of these pages can have separate tags for displaying different banners for different Apps/AppClips. That part makes sense to me. Your AASA file looks correct. You want to your domain (portfolio.org) to be associated with both app clip's identifiers. Be sure that in each app clip you'd then add the associated domains entitlement with appclip:portfolio.com. Because you're working with two separate app cli
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’20
Reply to _XCAppClipURL not detected
I have the same issue. Didn't notice when it started, but I tried checking/unchecking the box and even removing the entry and adding it again. It simple doesn't invoke the continuity delegate. In order to test now I have to setup the local experience and invoke with NFC tag.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’20
Reply to How to receive Apple’s Value-Added Services (VAS) Certification?
Hi, I have the same question. We want to implement the Apple VAS protocol in out RFID/NFC reader devices. But so far I have not been able to find a way to get the Apple VAS protocol specification.
Replies
Boosts
Views
Activity
Sep ’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?
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.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’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?
Dear Apple Staff. I’ve done that and so far using NFC with a url i only get the card saying App not available in this region or country. When will you Guys bring back access to let us test fully app Clips with NFC like you did a few betas ago? Thank you truly!!!!!!
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’20
NFC communication between android and iOS
I want to try small POC for NFC payment using iOS device and Android device. Android device act like merchant here. Is it possible to transfer data from iOS to Android device using NFC?
Replies
0
Boosts
0
Views
603
Activity
Sep ’20
Reply to Are Local Experiences Functioning in beta6?
I was able to trigger the App Clip Card using a NFC tag. The Smart App Banner stopped working after Beta 5, and QR code never worked for me.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’20
Reply to iOS 14 Ships Tomorrow 09/16/2020 - But App Clips Dev is Broken?
How about not showing on the app Clip card that we’re not in the right region or country. Supposedly we now have the GM version of iOS 14 so shouldn’t App Clips now start working on iPhones with IOS 14 GM. I’m using an iPhone 11 Pro Max and trying to use NFC. The card shows but always white with the warning about country or region. shouldn’t it all now start working like it would for consumers tomorrow?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’20