Search results for

nfc

1,176 results found

Post

Replies

Boosts

Views

Activity

How to prevent App Clip Card popping up on top of the app?
My app is handling App Clips from QR codes and NFC tags. When an NFC tag is scanned, App Clip Card pops up. I can enter the application - no problem here. While application is still in foreground, NFC tag is scanned again. In iOS 13 it would mean that additional system notification is placed on top of the screen, this was inconvenient but not intrusive. In iOS 14 I can see almost entire app screen taken over by App Clip Card. I would expect the system to detect that app is already opened and disregard the App Clip Card invocation. Is it configurable to disable popping up of an App Clip Card from MY OWN app? Or should I file a bug?
1
0
1.3k
Jun ’21
App Clip card displays even if the App is installed
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
1
0
2.2k
Jun ’21
Reply to App Clip card displays even if the App is installed
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:
Jun ’21
Cant turn off NFC (PKPassLibrary.RequestAutomaticPassPresentationSuppression)
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?
1
0
561
Jun ’21
Home app iOS 15, iPadOS 15 do not see Matter accessory when pairing
I compiled and installed the sample accessory from connectedhomeip. Unfortunately after putting the accessory into pairing mode, the Home app in iOS 15 and iPadOS 15 does not see the Matter accessory. The accessory broadcasts correctly pairing advert over Bluetooth and emits a pairing data over NFC, but iOS says the NFC code has no useful data. Does the first beta not support Matter yet?
2
0
1.3k
Jun ’21
Reply to Apple Pay Suppression - unable to sign app
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:
Jun ’21
nfc content/information in workout devices
Hi, does anyone know which content/information does the nfc chip has in workout devices?We train with egym workout devices, which have no Apple Gymkit possibilities at the moment. (Polar and fitbit are partners of egym).Which person is responsible for upgrade workout devices for apple gymkit? Perhaps, we can get an email address?If there is no possiblity, does anyone has managed it to get egym cloud information into apple watch activities automatically?ThanksMichael
1
0
749
Jun ’21
Feed Apple Health data through NFC/Bluetooth
I have a digital body weight scale that I want to make IoT. Getting the weight shouldn't be an issue, but I want to feed that data directly to Apple Health, without an app in the middle. I was thinking about using either Bluetooth or NFC so when someone weights him/herself, it sends the weight data directly to the iPhone. Is this a capability? Could this ever be implemented in future iOS/Health versions? I can see how this would greatly increase the use of Apple Health by devices in-the-wild. Sending information directly to the device would greatly reduce both time and cost for a developer and keep it somewhat future-proof, while also removing constraints (having an app, registering an account etc) for the user. I imagine having some specific data packet for Apple Health data that could be transmitted via NFC or Bluetooth that would trigger an event on the user's device showing the data/data-type and asking him to allow/add it to his Health app.
1
0
881
Jun ’21
Reply to Is Thread Networking Supported in HomeKit Matter preview?
I compiled and installed the sample accessory from connectedhomeip (nRF52840 board, Bluetooth & Thread). Unfortunately after putting the accessory into pairing mode, the Home app in iOS 15 and iPadOS 15 does not see the Matter accessory. I have two HomePod mini but with 14.6 OS. Other accessory center are iPad Air 2 witch iPadOS 15 and Apple TV HD witch tvOS 15. The accessory broadcasts correctly over Bluetooth and emits a pairing code over NFC, but iOS says the NFC code has no data. Does the first beta not support Matter yet?
Topic: App & System Services SubTopic: General Tags:
Jun ’21
NFFieldNotification not loaded or does not exist
Hi everyone, I created a simple application for iOS using swift 4.2, this application use Core NFC, but ever use scanner NFC this erro appear:2019-01-03 13:26:59.854792-0200 NFCteste[10884:3626226] [general] connection to service named com.apple.nfcd.service.corenfc: Exception caught during decoding of received message, dropping incoming message. Exception: Exception while decoding argument 0 (#2 of invocation): Exception: decodeObjectForKey: class NFFieldNotification not loaded or does not existSomeone can to help me?
Topic: UI Frameworks SubTopic: AppKit Tags:
7
0
3.8k
Jun ’21
NFC URL Tags
Hi Everyone, Do apple block domains from working with NFC tags? For the last year I have been selling cards with NFC tags using a specific URL. As of yesterday iOS no longer reads this specific URL. Change the URL by one character to anything else and it works fine. Has apple blocked my domain from working specifically? The first error we got was cps Error Domain error 2 and now the phone wont scan the tag at all, but change the tag to another URL and it works fine. Any help as my business runs off this and I need a fix.
2
0
584
Jun ’21
Reply to Create our own UWB app to communicate with own UWB tags / devices OR maybe with other third parties devices /tags regarding to new/updated nearby interaction framework
We would appreciate more details on UBW and NFC support following WWDC2021 announcement. There no readily available public information available so far, though a number of companies that signed up for support of UWB - the list starts with Hyatt Hotels, Schlage, Walt Disney, Atrium, etc. It does look like that they somehow knew well before the announcement.
Topic: App & System Services SubTopic: General Tags:
Jun ’21
Processing of NFCTagReaderSession invalidate() is slow on iOS14.
If you run NFCTagReaderSession.invalidate () after the NFC has finished reading, it will take 2-3 seconds slower for iOS 14 to call back didInvalidateWithError than for iOS 13. The verified app was created with xcode 12.4. The device for iOS 13 is iPhone X. The device for iOS 14 is iPhone 11. In iOS13, it takes 0.01 [s] from calling invalidate () to the callback method. In iOS14, it takes 2.913 [s] from calling invalidate () to the callback method. I don't understand why iOS 14 was slow.
1
0
971
Jun ’21