diff --git a/SodaLive/Sources/Live/Room/Detail/LiveDetailView.swift b/SodaLive/Sources/Live/Room/Detail/LiveDetailView.swift index ed66b82..6745b87 100644 --- a/SodaLive/Sources/Live/Room/Detail/LiveDetailView.swift +++ b/SodaLive/Sources/Live/Room/Detail/LiveDetailView.swift @@ -7,6 +7,7 @@ import SwiftUI import Kingfisher +import GoogleMobileAds struct LiveDetailView: View { @@ -56,6 +57,12 @@ struct LiveDetailView: View { VStack { Spacer() VStack(spacing: 0) { + BannerAdView(adUnitId: LIVE_BANNER_AD_UNIT_ID) + .frame( + width: screenSize().width, + height: GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth(screenSize().width).size.height + ) + HStack { Spacer() Image("ic_close_white")