기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Multiplayer Services SDK

All Services

Multiplayer Services SDK

이 페이지는 선택한 언어로 제공되지 않습니다.
Multiplayer
​
​
Multiplayer Services SDK
  • Overview
  • Get started
  • Use multiplayer sessions
  • Manage sessions
  • Connect players through a relay
  • Networking
  • Matchmaking
  • Monitor and debug sessions
  • Tutorials
  • Reference
    • Privacy and consent
      • Lobby
      • Relay
      • Matchmaker
        • Privacy overview for Matchmaker
        • Apple privacy manifest for Matchmaker
        • Google Play data safety for Matchmaker
    • Support
    • Glossary
    • Frequently asked questions
    • Multiplayer Services Building Blocks
    • Reference
  1. Multiplayer Services SDK

Apple privacy manifest

Review the data types that Matchmaker declares in its Apple privacy manifest for App Store compliance.
읽는 시간 2분
최근 업데이트: 15일 전

To publish applications for iOS, iPadOS, tvOS, and visionOS platforms on the App Store, you must include a privacy manifest file in your application as per Apple’s privacy policy.
참고
For information on creating a privacy manifest file to include in your application, refer to Apple’s privacy manifest policy requirements.
The PrivacyInfo.xcprivacy manifest file outlines the required information, ensuring transparency in accordance with user privacy practices. This file lists the types of data that your Unity applications, third-party SDKs, packages, and plug-ins collect, and the reasons for using certain required reason API (Apple documentation) categories. Apple also requires that certain domains be declared as tracking (Apple documentation); these domains might be blocked unless a user provides consent.
경고
If your privacy manifest doesn’t declare the use of the required reason API by you or third-party SDKs, the App Store might reject your application. Read more about the required reason API in Apple’s documentation.
참고
  • Matchmaker is dependent on Authentication. Refer to its privacy manifest file for applicable data practices.
  • Matchmaker is dependent on Services Core. Refer to its privacy manifest file for applicable data practices.
  • If you use the Remote Config API directly for A/B testing, there is a soft dependency on Analytics. Refer to its privacy manifest file for applicable data practices.
The privacy manifest for Matchmaker is available from version 1.1.4.

PrivacyInfo.xcprivacy

The following code sample displays the contents of the
PrivacyInfo.xcprivacy
manifest file for Matchmaker. This file is also available in the Matchmaker SDK version 1.1.4.
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict> <key>NSPrivacyTracking</key> <false/> <key>NSPrivacyTrackingDomains</key> <array/> <key>NSPrivacyCollectedDataTypes</key> <array> <dict> <key>NSPrivacyCollectedDataType</key> <string>NSPrivacyCollectedDataTypeCoarseLocation</string> <key>NSPrivacyCollectedDataTypeLinked</key> <true/> <key>NSPrivacyCollectedDataTypeTracking</key> <false/> <key>NSPrivacyCollectedDataTypePurposes</key> <array> <string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string> </array> </dict> </array></dict></plist>

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.

  • 보고 있는 페이지
    • PrivacyInfo.xcprivacy


이 페이지의 문제 보고