What can Apple NFC do?
What Apple NFC can do: 1. Read the signal card information and upload it to the mobile phone; 2. Act as a wallet and use Apple pay to realize the payment function; 3. Act as a transportation card, support wallet payment, and can carry out mobile phone payments Recharge; 4. Mobile phone deployment (needs NFC sticker assistance).
#The operating environment of this tutorial: iOS 14 system, iPhone X mobile phone.
How to open it
Open "Shortcut Commands", enter "Automation", create "Personal Automation", turn on "NFC", and then tap the device with NFC function , the connection can be achieved.
What can Apple NFC do
1. Read information
The NFC function of the mobile phone will read the signal card information and upload it to the mobile phone.
2. Act as a wallet
Use Apple pay to realize the payment function.
3. Transportation card
supports wallet payment. Physical bus cards are often forgotten or lost when going out. Adding a transportation card can also automatically read and write information. Open "Wallet" on your iPhone and enter "Card Type". After adding the card, it can be used as a transportation card and can also be used for mobile phone recharge, which is very convenient.
4. Mobile phone deployment (needs NFC sticker assistance)
Many people are used to adjusting mobile phone settings before going to bed Set the alarm, turn off WiFi, and then turn off the silent mode on your phone. Everyone has a routine before going to bed. Same every day. We create automation in the shortcut command, so that when the phone and NFC are triggered before going to bed, the things you need to do every day will automatically start.
For more related knowledge, please visit the FAQ column!
The above is the detailed content of What can Apple NFC do?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











Apple's iPhone 17 may usher in a major upgrade to cope with the impact of strong competitors such as Huawei and Xiaomi in China. According to the digital blogger @Digital Chat Station, the standard version of iPhone 17 is expected to be equipped with a high refresh rate screen for the first time, significantly improving the user experience. This move marks the fact that Apple has finally delegated high refresh rate technology to the standard version after five years. At present, the iPhone 16 is the only flagship phone with a 60Hz screen in the 6,000 yuan price range, and it seems a bit behind. Although the standard version of the iPhone 17 will have a high refresh rate screen, there are still differences compared to the Pro version, such as the bezel design still does not achieve the ultra-narrow bezel effect of the Pro version. What is more worth noting is that the iPhone 17 Pro series will adopt a brand new and more

Problems and solutions encountered when compiling and installing Redis on Apple M1 chip Mac, many users may...

An application that converts XML directly to PDF cannot be found because they are two fundamentally different formats. XML is used to store data, while PDF is used to display documents. To complete the transformation, you can use programming languages and libraries such as Python and ReportLab to parse XML data and generate PDF documents.

How to achieve the effect of small labels in the design draft on the mobile terminal? When designing mobile applications, it is common to find out how to accurately restore the small label effect in the design draft...

The feasible solutions to convert XML to PDF on Apple phones are: Cloud conversion: upload XML to cloud server for conversion, and then download the generated PDF back to your phone. Advantages: No local processing required, large XML files can be processed. Disadvantages: Network connection is required, and there are security issues. Using a third-party app (indirect conversion): Use the App to export XML to intermediate format (such as CSV), and then use other apps to convert intermediate format to PDF. Disadvantages: Inefficient and error-prone. Jailbreak (not recommended): After jailbreak, you can install command line tools for local conversion. The risk is extremely high and will affect stability and safety.

Detailed explanation of the design of SKU and SPU tables on e-commerce platforms This article will discuss the database design issues of SKU and SPU in e-commerce platforms, especially how to deal with user-defined sales...

The macOS operating system was invented by Apple. Its predecessor, System Software, was launched in 1984. After many iterations, it was updated to Mac OS X in 2001 and changed its name to macOS in 2012.

Convert XML data to images can be used in Python, using the Pillow library for image processing and the xml.etree.ElementTree library to parse XML. The core process is: parse XML, create blank images, draw text and load pictures through the Pillow library, and save output. It is necessary to adjust the image size, color, font and other parameters according to actual conditions. Advanced usage can add charts and use multi-threading to optimize performance.