Search results for

nfc

1,175 results found

Post

Replies

Boosts

Views

Activity

General regression of IDN domains in Mail, both on MacOS and iOS
International Domain Names allows non ascii character of non English languages in domaine name and then in email addresses. For many years IDN were correctly handled both on MacOS and iOS. This is no longer the case. iOS Another poster already reported on this forum that IOS mail is no longer able to send mail from an IDN email address, always displaying an incorrect message about an invalid address. This poster only had general incompetent advice from an Apple poster about checking his email account configuration. As this poster already reported an IDN account with worked previously no longer does. I can't date precisely which release of iOS regressed. iOS 15 for sure, 14 possibly. MacOS Since yesterday, I spend time trying to figure out why my S/MIME certificate no longer worked on my Mac, for the same IDN email account. After many test I figured out a partial workaround : the S/MIME certificate is setup with the punnycode form of the IDN domain adding an identity preference for the certificate did no help
2
0
727
Oct ’22
Reply to HCE iOS, get default payment app
It is not possible to query which app is selected by the user as default, as that is their private choice. But, if your app has indeed been set as the default, you can determine whether it is being launched as the default app. You will need to implement NFCWindowSceneDelegate (https://developer.apple.com/documentation/corenfc/nfcwindowscenedelegate) There is a NFCWindowSceneEvent event your app will receive when it is launched due to double press or an NFC field (with payment intent) https://developer.apple.com/documentation/corenfc/nfcwindowsceneevent If your app has been set as the default, double-pressing the power button will send the presentation event. Detecting an eligible RF field (with payment intent) will send the readerDetected event If you encounter these events then you can assume your app has been set as the default payment app for the time being. Of course the user might change this at a later time without you knowing. Note: If the app is already launched, if it has startEmulation() al
Jun ’24
Reply to App Clips downtime?
Confirm that your App Clip follows guidelines from Choosing the right functionality for your App Clip, then follow the instructions in Verify the configuration of your released App Clip to diagnose issues with your App Clip. From Choosing the right functionality for your App Clip: To ensure a fast launch experience, App Clips must be small: If you make your App Clip available on devices running iOS 15 and earlier, the uncompressed App Clip binary can be up to 10 MB in size. If you make your App Clip available on devices running iOS 16 and later, the uncompressed App Clip binary can be up to 15 MB in size. If you make your App Clip available on devices running iOS 17 and later, the uncompressed App Clip binary can be up to 50 MB in size if it meets the following conditions: The App Clip only supports digital invocations — for example, from your website or Spotlight search — and not from physical invocations like App Clip Codes, QR codes, or NFC tags People use your App Clip in situations where a relia
Jun ’24
About Background Tag Reading
Here is my write NDEF message code: let readerWriter = NFCReaderWriter.sharedInstance() let payloadData = NFCNDEFPayload(format: .nfcWellKnown, type: U.data(using: .utf8)!, identifier: Data(), payload: google.com.data(using: .utf8)!) let message = NFCNDEFMessage(records: [payloadData]) readerWriter.write(message, to: tags.first!) { (error) in if let err = error { print(ERR:(err)) } else { print(write success) } self.readerWriter.end() } First Issue: When I want to read the NFC chip in the background without opening the app, I find the detection speed is not ideal. For example, this code writes google.com this time. When performing background reading, it does not successfully read every time the chip is near, and there seems to be a one-minute interval. Second Issue: When I implemented this method in the AppDelegate: - (BOOL)application:(UIApplication *)application continueUserActivity:(nonnull NSUserActivity *)userActivity restorationHandler:(nonnull void (^)(NSArray> * _Nullable))restorationHandl
2
0
629
Jun ’24
Reply to Umlauts broken in Sonoma 14.4?
That looks like decomposed (NFD) unicode form, where an ä is a combination of an a and the two dots, encoded in separate unicode chars. And somehow Xcode(?) is unable to compose them as they should be. Weird. You might be able to fix this by running the strings thru code that re-composes into NFC format, but I guess you have already fixed them all by hand.
Topic: UI Frameworks SubTopic: AppKit Tags:
Jun ’24
Card Change on HCE-based contactless payment
Hi, I am integrating the HCE-based API into our SDK. Ideal flow It is bit tricky to support card change (step 3 below) after field-detect/double click due to NFC action sheet. Ideally, the flow is: User double-click. App launch Hold near Reader NFC instruction (optional) User change card User tap device to POS reader payment succeed. Approach A If I follow the code snippet in CardSession, where it calls startEmulation after readerDetected, I could change card before that. However, the Hold near Reader NFC instruction is shown very late, during tap. User double-click App launch (optional)User change card User tap device to POS reader Hold near Reader NFC instruction payment succeed. Approach B If I call startEmulation after sessionStarted, I could show Hold near Reader NFC. However, I could not provide the optional capability to change card anymore. User double-click App launch Hold near Reader NFC instruction User tap device to POS reader payment succeed.
1
0
1.2k
May ’24
Reply to HCE in iPhone
It's all very well to open up the HCE for banks, but what about other ways of using the HCE. There are companies in the Americas and Asia leveraging Apple's NFC HCE for access control, integrating access badges/cards into Apple Wallet. Is this functionality available in Europe? If not, what's the reason? Can this be accomplished using Apple's Secure Element? I haven't come across any information addressing this.
Topic: App & System Services SubTopic: Core OS Tags:
May ’24
Reply to App Clip Unavailable
Currently experiencing the exact same issues. app clip was working and everything was fine, then a app release with no significant changes to the app clip (maybe a few lines of code changed) and now every scan or QR/App Clip Code/NFC shows App Clip Unavailable on the app clip card and users can't get past that.
Topic: App & System Services SubTopic: General Tags:
May ’24
Reply to ios 17.4 - no option to make contactless app as default payment app in Setting for EEA region
Once you have successfully built and installed your app, properly configured with the necessary entitlements, you should be seeing the option to make that app the default app in Settings->General->Contactless & NFC For this setting option to show up (or for any any of the EEA based features to work) Your app must be correctly configured and built with the correct entitlements and the necessary APIs Your testing device must physically be located in the EEA and is a supported type (iPhone only). The signed-in Apple ID on the device must be registered in an EEA country or region.
Apr ’24
App Clip Unavailable
My app is live on the App Store, A Repeatable List, yet when the QR code is scanned, an App Clip card appears (with the correct image) and App Clip Unavailable text appears. To see this happening, scan the following QR code on an iOS 14 device: https://www.atrinh. com/qr.png (remove the spaces) A bug report has been raised: FB8711782 It is worth noting that: The website is: https://www.atrinh. com/list/index.html The banner on the website for the App Clip does not appear Tapping the NFC code to the website also shows App Clip Unavailable Sending an iMessage to someone appears as an ordinary link instead of an App Clip display Signing out of iCloud in settings seems to fix the issue, however signing back in and restarting the device causes the issue again To see working App Clips, try the following URLs: https://unwind. to https://chibi. app https://getcardpointers. com It appears that I am not the only one experiencing this issue: https://developer.apple.com/forums/thread/660410
7
0
4.9k
Sep ’20