기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Unity Ads Monetization

Unity Ads Android SDK

Unity Ads iOS SDK

Unity Ads SDK

Unity Ads Monetization

Unity Ads Monetization
​
​
iOS 개발자 가이드
  • iOS SDK 개요
  • 연동 요구 사항
  • iOS용 Unity Ads SDK 설치
  • iOS에서 SDK 초기화
  • iOS에서 인터스티셜 광고 구현
  • iOS에서 보상형 광고 구현
  • iOS에서 배너 광고 구현
iOS 14 연동
  • iOS 14 기술 연동
  • iOS 14용 Unity Ads SDK 업데이트
  • iOS 14 지원 패키지 설치
  • 광고 네트워크 ID 구성
  • App Tracking Transparency 규정 준수
iOS SDK API 레퍼런스
  • iOS용 Unity Ads API 레퍼런스 (Objective-C)
  1. 게임 성장
  2. Unity Ads
  3. iOS 개발자용 Unity Ads SDK 연동 가이드

iOS에서 인터스티셜 광고 구현

iOS 앱에서 인터스티셜 광고를 구현합니다. 광고 콘텐츠를 로드하고 Objective-C 또는 Swift 코드를 통해 표시하고 델리게이트를 사용하여 광고 이벤트를 처리합니다.
읽는 시간 1분
최근 업데이트: 8시간 전

인터스티셜 광고 예시

show
메서드를 사용하여 로드된 광고를 표시하고
UnityAdsShowDelegate
델리게이트를 사용하여 다양한 show 이벤트와 관련된 로직을 처리합니다. 이 예시에서는 버튼으로 광고를 트리거합니다.
// Implement a button that calls the show method when clicked:#pragma mark : Buttons- (IBAction)showInterstitialButton:(UIButton *)sender { [UnityAds show:self placementId:@"Interstitial_iOS" showDelegate:self];}// Implement callbacks for events related to the show method:#pragma mark: UnityAdsShowDelegate- (void)unityAdsShowComplete:(NSString *)placementId withFinishState:(UnityAdsShowCompletionState)state { NSLog(@" - UnityAdsShowDelegate unityAdsShowComplete %@ %ld", placementId, state);}- (void)unityAdsShowFailed:(NSString *)placementId withError:(UnityAdsShowError)error withMessage:(NSString *)message { NSLog(@" - UnityAdsShowDelegate unityAdsShowFailed %@ %ld", message, error); // Optionally execute additional code, such as attempting to load another ad.}- (void)unityAdsShowStart:(NSString *)placementId { NSLog(@" - UnityAdsShowDelegate unityAdsShowStart %@", placementId);}- (void)unityAdsShowClick:(NSString *)placementId { NSLog(@" - UnityAdsShowDelegate unityAdsShowClick %@", placementId);}
다음 단계: 구현 내용을 한 단계 더 발전시키려면 iOS에서 보상형 광고 구현 기술 자료를 참조하십시오.

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

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

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

  • 보고 있는 페이지
    • 인터스티셜 광고 예시


이 페이지의 문제 보고