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
Search results for
nfc
1,175 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
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
Topic:
Programming Languages
SubTopic:
Swift
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
Topic:
App Store Distribution & Marketing
SubTopic:
General
Tags:
For my case, i am using it with NFC and somehow the security key is not detected or there are some NFC hardware issues. The callback is not triggered until timeout. Any idea on NFC troubleshooting?
Topic:
App & System Services
SubTopic:
Core OS
Tags:
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
How about NFC readable store discount cards? A bit of a privacy issue maybe, but no money really changes hands with those, so no harm if they're static.
Topic:
App & System Services
SubTopic:
Hardware
Tags:
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:
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.
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:
Is there a way to access the Core NFC Framework from within a watchOS app?
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:
Having the exact same thing happen. All ways of opening the app clip except for QR scan or NFC scan work, but for QR/NFC it says app clip is unavailable
Topic:
App & System Services
SubTopic:
General
Tags:
No, Core NFC is not available in the watchOS SDK.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
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.
Topic:
App & System Services
SubTopic:
Apple Pay
Tags:
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