상세 컨텐츠

본문 제목

Check the admob sdk installed version in Unity

개발생활/Unity Engine

by 한국인맛집 2021. 9. 2. 16:04

본문

반응형

 

Plugins->GoogleMobileAds -> Api -> Core -> Open Adrequest.cs 

 

 

using System;
using System.Collections.Generic;

using GoogleMobileAds.Api.Mediation;

namespace GoogleMobileAds.Api
{
    public class AdRequest
    {
        public const string Version = "[VERSION]";
       
       
        
        ...

 

 

 

 

 

Refference: 

 

https://stackoverflow.com/questions/48223771/how-to-find-out-which-version-of-google-admob-is-used-in-unity

 

How to find out which version of Google AdMob is used in Unity?

Google AdMob released the following statement latelty: Starting January 23, 2018, we will no longer support Google Mobile Ads (GMA) SDK versions lower than 7.0.0 for Android or iOS. How can I c...

stackoverflow.com

 

 

 

반응형

관련글 더보기