- reward ads init. - 광고 아이디 테스트용으로 세팅 - 충돌 방지 위해 메인씬에서 AD Manager 제거 - 상점 구현 후 로직 정비 필요
19 lines
859 B
XML
19 lines
859 B
XML
<linker>
|
|
<assembly fullname="GoogleMobileAds.iOS" ignoreIfMissing="1">
|
|
<namespace fullname="GoogleMobileAds" preserve="all" />
|
|
<namespace fullname="GoogleMobileAds.iOS" preserve="all" />
|
|
</assembly>
|
|
<assembly fullname="GoogleMobileAds.Android" ignoreIfMissing="1">
|
|
<namespace fullname="GoogleMobileAds" preserve="all" />
|
|
<namespace fullname="GoogleMobileAds.Android" preserve="all" />
|
|
</assembly>
|
|
<assembly fullname="GoogleMobileAds.Ump.Android" ignoreIfMissing="1">
|
|
<namespace fullname="GoogleMobileAds" preserve="all" />
|
|
<namespace fullname="GoogleMobileAds.Ump.Android" preserve="all" />
|
|
</assembly>
|
|
<assembly fullname="GoogleMobileAds.Ump.iOS" ignoreIfMissing="1">
|
|
<namespace fullname="GoogleMobileAds" preserve="all" />
|
|
<namespace fullname="GoogleMobileAds.Ump.iOS" preserve="all" />
|
|
</assembly>
|
|
</linker>
|