Admob 제거
This commit is contained in:
@@ -119,15 +119,6 @@ struct ContentDetailView: View {
|
||||
}
|
||||
}
|
||||
|
||||
if audioContent.price <= 0 || (audioContent.price > 0 && !audioContent.existOrdered) {
|
||||
BannerAdView(adUnitId: FREE_CONTENT_BANNER_AD_UNIT_ID)
|
||||
.frame(
|
||||
width: screenSize().width,
|
||||
height: GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth(screenSize().width).size.height
|
||||
)
|
||||
.padding(.top, 26.7)
|
||||
}
|
||||
|
||||
ContentDetailOtherContentView(
|
||||
title: "크리에이터의 다른 콘텐츠",
|
||||
items: audioContent.creatorOtherContentList,
|
||||
|
@@ -56,13 +56,6 @@ struct ContentMainView: View {
|
||||
)
|
||||
.padding(.horizontal, 13.3)
|
||||
|
||||
BannerAdView(adUnitId: CURATION_BANNER_AD_UNIT_ID)
|
||||
.frame(
|
||||
width: screenSize().width,
|
||||
height: GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth(screenSize().width).size.height
|
||||
)
|
||||
.padding(.top, 30)
|
||||
|
||||
if viewModel.curationList.count > 0 {
|
||||
ContentMainCurationView(items: viewModel.curationList)
|
||||
.padding(.top, 40)
|
||||
|
Reference in New Issue
Block a user