fix(content): 콘텐츠 상세 광고를 제거한다
This commit is contained in:
@@ -38,3 +38,15 @@
|
||||
- `SodaLive` Debug 빌드 성공
|
||||
- `lsp_diagnostics`는 SourceKit 단독 해석에서 `YandexMobileAds` 모듈 미해결을 보고했으나, 실제 Xcode 빌드는 두 스킴 모두 성공했다.
|
||||
- 실제 기기에서 광고 시청 후 오디오가 시작되는 수동 QA는 이 환경에서 앱 로그인/콘텐츠/광고 표시 조작이 불가해 수행하지 못했다.
|
||||
|
||||
- 2026-07-13 / 후속 변경: 콘텐츠 상세 재생 전 광고 제거
|
||||
- 무엇: 콘텐츠 상세 재생 전 Yandex 전면광고 preload/show 흐름과 관련 공용 interstitial 매니저를 제거했다.
|
||||
- 왜: 콘텐츠 상세에서 재생 전 광고를 더 이상 사용하지 않도록 정책이 변경되었기 때문이다.
|
||||
- 어떻게:
|
||||
- `SodaLive/Sources/Content/Detail/ContentDetailPlayView.swift`에서 `YandexInterstitialAdManager` 호출과 광고 표시 조건 함수를 제거했다.
|
||||
- `SodaLive/Sources/Common/YandexAdSupport.swift`에서 `YandexInterstitialAdManager`, `YandexInterstitialPlacement`, interstitial ad unit 조회를 제거했다.
|
||||
- `rg`로 콘텐츠 상세 전용 interstitial 참조가 남지 않는지 확인했다.
|
||||
- `xcodebuild -workspace "SodaLive.xcworkspace" -scheme "SodaLive-dev" -configuration Debug build`
|
||||
- 결과:
|
||||
- 콘텐츠 상세 재생 탭은 광고 분기 없이 기존 재생 액션을 바로 실행한다.
|
||||
- `SodaLive-dev` Debug 빌드 성공
|
||||
|
||||
Reference in New Issue
Block a user