問題タブ [google-advertising-id]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - Google モバイル広告を統合せずに Android で Google 広告 ID を使用する
Android で Google 広告 ID を取得するには、play-services-ads
依存関係をインポートする必要があります。
17.0.0 以降、この依存関係により、アプリケーション マニフェストに<meta-data>
key のタグが含まれていることが強制されますcom.google.android.gms.ads.APPLICATION_ID
。タグがないと、アプリケーションがクラッシュします。
しかし、Google モバイル広告とは関係のない広告目的でGoogle 広告 ID を取得したいのですが、アプリケーション ID を持っていません。
誰も今進む方法を知っていますか?