Skip to content

Instantly share code, notes, and snippets.

View pantone170145's full-sized avatar

pantone170145 pantone170145

  • Kanagawa, Japan
View GitHub Profile
@pantone170145
pantone170145 / AdMobUtility.cs
Last active February 21, 2024 23:47
AdMob test device ID acquisition for Unity (Checked unity version: 5.2.3p2)
using UnityEngine;
using Cryptography = System.Security.Cryptography;
using System.Text;
#if UNITY_IOS
using UnityEngine.iOS;
#endif
/// <summary>
/// AdMobUtility