Flutter 스플래시 광고
Last updated
Last updated
스플래시 광고는 앱이 최초 실행될 때, 앱의 로고와 함께 화면 하단에 1초 내외의 짧은 시간동안 보여지는 광고를 말합니다. 앱 기동 시 Adrop SDK의 스플래시 광고 스크린이 가장 먼저 표시되도록 구현하여 자연스럽게 광고를 노출한 후 앱의 메인 화면으로 넘어갑니다.
디바이스별 자세한 사항은 아래 링크를 참고해주세요.
Android 스플래시 규격 확인하기 / iOS 스플래시 규격 확인하기
자세한 가이드는, 광고 유닛 생성 가이드를 참고해 주세요.
Adrop 콘솔에서 팝업 광고 유닛을 생성합니다.
광고 유닛 리스트에서 생성된 유닛 아이디를 복사합니다.
로컬 환경에서 배너 노출을 확인하고 싶다면, 아래의 TEST_UNIT_ID를 사용해주세요.
자세한 예시는 Github에서 확인하실 수 있습니다.
Splash
PUBLIC_TEST_UNIT_ID_SPLASH
Replace your init activity, unit id
replace parent to your application theme
Add your logo image (288x288) to drawable
and replace windowSplashScreenAnimatedIcon
Replace windowSplashScreenBackground
to your splash background color
Androidmanifest.xml
layout/activity_adrop_splash_ad.xml
Replace your logo path and background color.
Do not remove adrop_splash_ad_image
ImageView for splash ad
여기서 광고 유닛이 제대로 적용 되었는지 확인하는 방법을 알아보세요.