I have an app where I want to scan an aztec-code into a reader (that also reads NFC) which will trigger apple pay. I need to supress apple pay to use my app. This is done by applying to apple and get an entitlement which i have applied to my profile. Now all I have to do is to add the following code: PKPassLibrary.RequestAutomaticPassPresentationSuppression((PKAutomaticPassPresentationSuppressionResult r) => { }); And add the entitlement to the Entitlement.plist. This works for a clean app with nothing in it, but do not work for my app. Any suggestions as to what can be the problem here?
Search results for
nfc
1,176 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I've checked your answer from link. I see many capabilities but i don't see Apple Pay Suppression. Could you point which one i should enable to make it work (Should it be Apple Pay or NFC Reading)?
Topic:
Code Signing
SubTopic:
Entitlements
Tags:
Could you point which one i should enable to make it work Apple Pay pass presentation suppression is an additional capability, that is, it must be explicitly approved by Apple. As such, it doesn’t show up on the Capabilities tab for your App ID, along with things like NFC Tag Reading, but rather shows up in the Additional Capabilities tab. IMPORTANT That’s assuming that it’s moved over to the new process. If it’s still using the old process, it’ll show up on the Additional Entitlements page, which is an extra step when you create the profile. Unfortunately I don’t know which process it uses because Apple Pay is not something I support. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic:
Code Signing
SubTopic:
Entitlements
Tags:
Yes, please! It would be awesome to integrate NFC functionality into the watch for developer and consumer use similar to how it is done on iPhone.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Hello, I want to test the following components in different scenarios, on an iPhone 11: WiFi (connection quality and speed) Bluetooth (connection quality and speed) NFC - what parameters should I test? GSM (connection quality and speed) GPS (connection quality) What is the best way to test these components? Should I use an existing APP? Thanks, Ohad.
A clear description of the problem: The App Clip card will show even if the user already has the app installed on their phone whether the app is foregrounded, backgrounded, or not running states. A step-by-step set of instructions to reproduce the problem (if possible): Install the App on the App Store that has an App Clip associated with it. Proceed to scan a QR code that has the invocation URL of the App Clip embedded in it. The App Clip card will pop up onto the screen with the image, title, subtitle, and the View button. The user taps View on the App Clip Card. It will open the app. What results you expected? I expected in step 3 that the App Clip card will not show but instead the App itself will directly open. What results you actually saw? The user will need to perform step 4 in order to open the app. I reported the above via the Feedback Assistant for developers to report bugs to Apple. But I wanted to see if anyone else has experience this issue and gotten any feedback from Apple? It has a negative i
Hi :) I created an app using Capacitor V3 and phonegap-nfc. Everything is OK using test devices (my own devices) and Simulator but with testflight when remote testers trigger the nfc reader nothing happens. is it normal ? should the nfc be able with testflight ? if it's normal, how to perform test for remote users (bypassing testflight) Thanks !
So Apple got back to me about this and this is what they had to say for those that are curious: Thank you for your feedback, it has been noted. We do not plan to address this report further as a bug. This is expected behavior when scanning QR codes. We wouldn’t show the card if a user launches via Maps, Messages, or Safari. We always present the card on scannable codes and NFC so the user knows what payload is behind the code. Please close this feedback report, or let us know if this is still an issue for you. Thank you.
Topic:
App & System Services
SubTopic:
General
Tags:
Hello, I have a big problem with the NFC (I use Ionic & Capacitor), indeed despite having uninstalled and reinstalled it still gives me the same error when I compile it on an IOS emulator: [CoreNFC] 00000002 822651e0 -[NFCHardwareManager areFeaturesSupported:outError:]:154 XPC Error: Error Domain=NSCocoaErrorDomain Code=4099 The connection to service on pid 0 named com.apple.nfcd.service.corenfc was invalidated from this process. UserInfo={NSDebugDescription=The connection to service on pid 0 named com.apple.nfcd.service.corenfc was invalidated from this process. I don't understand this error, I correctly add the right line on Info.plist to say that I am using NFC. I use the phonegap plugin made for ionic 5. **Ionic v5.33.1 Angular v12.1.0 Capacitor v1.2.0**
My client has an NFC loyalty card for their customers. Since a lot of their customers lose their card or break it they would like to make the card available in Host Card Emulation mode. We're talking hundreds of thousands of card holders, so the advantage of emulating it is huge for them. Is it possible to do this (yet) on the current version of iOS? If so can it be triggered from within an app or is Apple Wallet a solution for this? As it will be available on the Android version of the app I am looking for an elegant way to integrate the same functionality on Apple devices. Please advise.
Hi Team, We are looking at developing a pass for Appley Wallet that will send an NFC ID to our device which has an NFC card reader built-in. Problem is every time we present the same pass, the ID read by our reader is different. The pass I am using is just a basic transport pass, not a payment card, so expecting the NFC ID to be the same. Do we need to do something special on our reader to properly decode the NFC IDs sent from a Wallet pass? Thanks in advance, Pat
I am trying to use the NFC drivers to read multiple tags simultaneously, but there face hard limits: We cannot detect more than 2 tags. The analyze of the protocol implemented by NFC Core is incomplete. What is the development roadmap for a better multi-tag support?
I have similar issue, I would like to open door using apple wallet. Currently the door opens using card (RFID). I was able to add a card to apple wallet. I want a guide on the following next steps : How I add ID or number to the pass? to transmit the number to the NFC reader to allow access ? is there a specific type of NFC reader to use with apple wallet? or can I use any NFC reader? Thank you
Topic:
App & System Services
SubTopic:
Hardware
Tags:
I can confirm. May you please tag with Core NFC: I will eagerly wait for the next update...
Topic:
App & System Services
SubTopic:
Core OS
Tags:
It's currently possible to use a security key (ex. Yubikey 5 NFC) with an iPhone via NFC, but such functionality is seemingly not possible on any current versions of MacOS. Is support for NFC hardware authenticators (over an NFC-to-USB interface/device, such as the ACS ACR122U) planned for MacOS Monterey or any future release?