Near Field Communication

Near Field Communication (NFC) enables devices within a few centimeters of each other to exchange information wirelessly. iOS apps running on supported devices can use NFC scanning to read data from electronic tags attached to real-world objects. For example, a user can scan a toy to connect it with a video game, a shopper can scan an in-store sign to access coupons, or a retail employee can scan products to track inventory.

For developer guidance, see Core NFC.

Near Field Communication (NFC)은 서로 몇 센티미터 이내의 장치가 무선으로 정보를 교환 할 수있게 합니다. 지원되는 기기에서 실행되는 iOS 앱은 NFC 검색을 사용하여 실제 개체에 첨부 된 전자 태그의 데이터를 읽을 수 있습니다. 예를 들어, 사용자가 장난감을 스캔하여 비디오 게임과 연결하거나, 구매자가 상점 로그인을 스캔하여 쿠폰에 액세스하거나, 소매 직원이 제품을 스캔하여 재고를 추적 할 수 있습니다.

In-App Tag Reading

An app can enable single- or multiple-object scanning when the app is active, and display a scanning sheet whenever the user is expected to scan something.

앱은 앱이 활성 상태 일 때 단일 또는 다중 객체 검색을 활성화하고 사용자가 무언가를 스캔해야 할 때마다 스캔 시트를 표시 할 수 있습니다.

Don't encourage people to make contact with physical objects. To scan a tag, an iOS device must simply be within close proximity of the tag. It doesn't need to actually touch the tag. Use terms like /scan/ and /hold near/ instead of /tap/ and /touch/ when asking people to scan objects.

사람들이 실제 물건과 접촉하는 것을 장려하지 마십시오. 태그를 스캔하려면 iOS 기기가 태그 근처에 있어야합니다. 태그를 실제로 만질 필요는 없습니다. 사람들에게 물체를 스캔하도록 요청할 때 / tap / 및 / touch / 대신에 / scan / 및 / hold /와 같은 용어를 사용하십시오.

Use approachable terminology. Near Field Communication may be unfamiliar to some people. To make it approachable, avoid referring to technical, developer-oriented terms like NFC, Core NFC, Near Field Communication, and tag. Instead, use friendly, conversational terms that most people will understand.

친숙한 용어를 사용하십시오. 근거리 통신은 일부 사람들에게는 익숙하지 않을 수 있습니다. 접근성을 높이려면 NFC, Core NFC, 근거리 통신 (Near Field Communication) 및 태그와 같은 기술적이고 개발자 지향적인 용어를 언급하지 마십시오. 대신, 대부분의 사람들이 이해할 수있는 친근하고 대화적인 용어를 사용하십시오.

Provide succinct instructional text for the scanning sheet. Provide a complete sentence, in sentence case, with ending punctuation. Identify the object to scan, and revise the text appropriately for subsequent scans. Keep the text short to avoid truncation.

스캔 시트에 대한 간략한 교육을 제공하십시오. 문장의 경우 구두점을 끝으로 한 완전한 문장을 제공하십시오. 스캔 할 개체를 식별하고 이후 스캔을 위해 텍스트를 적절하게 수정합니다. 잘라내기를 방지하려면 텍스트를 짧게 유지하십시오.

Background Tag Reading

Background tag reading lets people scan tags quickly any time, without needing to first open your app and initiate scanning. On devices that support background tag reading, the system automatically looks for nearby compatible tags whenever the screen is illuminated. After detecting and matching a tag with an app, the system shows a notification that the user can tap to send the tag data to the app for processing. Note that background reading is disabled when an NFC scanning sheet is visible, Wallet or Apple Pay are in use, cameras are in use, the device is in airplane mode, and the device is locked after a restart.

백그라운드 태그 읽기를 사용하면 먼저 앱을 열고 스캔을 시작하지 않고도 언제든지 태그를 빠르게 검색 할 수 있습니다. 백그라운드 태그 읽기를 지원하는 장치에서 화면이 켜질 때마다 시스템은 자동으로 근처의 호환 가능한 태그를 찾습니다. 태그를 감지하고 앱과 일치시킨 후 사용자가 탭하여 처리 할 수 ​​있도록 앱에 태그 데이터를 전송할 수 있다는 알림이 시스템에 표시됩니다. NFC 스캐닝 시트가 보이거나 Wallet 또는 Apple Pay를 사용 중이거나 카메라를 사용 중이거나 비행기 모드에 있거나 다시 시작한 후에 장치가 잠겨 있으면 백그라운드 읽기가 비활성화됩니다.

Support both background and in-app tag reading. Your app must still provide an in-app way to scan tags, for people with devices that don't support background tag reading.

백그라운드 및 인앱 태그 읽기를 모두 지원합니다. 백그라운드 태그 읽기를 지원하지 않는 기기를 사용하는 사람들을 위해 앱에서 태그를 인앱 방식으로 제공해야합니다.

Near Field Communication - User Interaction - iOS - Human Interface Guidelines - Apple Developer

Last updated