AdSupport 프레임워크 사용 설정
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
잠재고객 및 캠페인 기여 분석과 같은 일부 Analytics 기능과 연령, 관심분야 등의 일부 사용자 속성을 사용하려면 AdSupport 프레임워크를 사용 설정해야 합니다. 이 프레임워크가 없으면 Analytics에서 해당 기능이 정상적으로 작동하는 데 필요한 정보를 수집할 수 없습니다.
AdSupport 프레임워크를 사용 설정하는 방법은 다음과 같습니다.
- Xcode 프로젝트에서 프로젝트의 타겟을 선택합니다.
- 타겟의 General(일반) 탭을 선택합니다.
- Linked Frameworks and Libraries(연결된 프레임워크 및 라이브러리) 섹션을 펼칩니다.
- +를 클릭하여 프레임워크를 추가합니다.
- AdSupport.framework를 선택합니다.
Other Linker Flags
아래에서 프로젝트의 빌드 설정에 -ObjC
링커 플래그를 추가합니다.
검토를 위해 앱을 제출하기 전에 앱이 IDFA 사용 가이드를 준수하는지 확인하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-24(UTC)
[null,null,["최종 업데이트: 2025-07-24(UTC)"],[],[],null,["Some Analytics features, such as audiences and campaign attribution, and\nsome user properties, such as Age and Interests, require the\n[AdSupport framework](https://developer.apple.com/reference/adsupport) to be\nenabled. Without this framework, Analytics cannot collect information\nneeded for these features to function properly.\n\nTo enable the AdSupport framework:\n\n1. In your Xcode project, select your project's target.\n2. Select the **General** tab for your target.\n3. Expand the **Linked Frameworks and Libraries** section.\n4. Click **+** to add a framework.\n5. Select **AdSupport.framework**.\n6. Add the `-ObjC` linker flag to your project's build settings under `Other Linker Flags`.\n\nBefore submitting your app for review, ensure your app complies with\n[IDFA usage guidelines](https://developer.apple.com/library/content/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/SubmittingTheApp.html#//apple_ref/doc/uid/TP40011225-CH33-SW8)."]]