잠재고객 및 캠페인 기여 분석과 같은 일부 Analytics 기능과 연령, 관심분야 등의 일부 사용자 속성을 사용하려면 AdSupport 프레임워크를 사용 설정해야 합니다. 이 프레임워크가 없으면 Analytics에서 해당 기능이 정상적으로 작동하는 데 필요한 정보를 수집할 수 없습니다.
AdSupport 프레임워크를 사용 설정하는 방법은 다음과 같습니다.
Xcode 프로젝트에서 프로젝트의 타겟을 선택합니다.
타겟의 General(일반) 탭을 선택합니다.
Linked Frameworks and Libraries(연결된 프레임워크 및 라이브러리) 섹션을 펼칩니다.
+를 클릭하여 프레임워크를 추가합니다.
AdSupport.framework를 선택합니다.
Other Linker Flags 아래에서 프로젝트의 빌드 설정에 -ObjC 링커 플래그를 추가합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 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)."]]