問題タブ [google-admob]
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-services.json を使用しない Android 用 Google admob
このガイドを使用して Google admob を統合したいと考えています。いくつかの問題を解決した後、gradlegoogle-services.json
はプロセス用のファイルが必要であることを通知します'app:processDebugGoogleServices'
。このファイルを取得するには、ここにアクセスして、基本的にアプリ専用にダウンロードする必要があります。
google-services.json
各アプリを一意のファイルにバインドせずに Google admob を使用する方法はありますか? つまり、1 つのファイルをさまざまなアプリに使用できるのでしょうか、それともこのファイルをまったく使用できないのでしょうか? 私の知る限り、Google admob を使用する広告ネットワーク (Appodeal など) はいくつかありますが、Appodeal をインストールするために、これを使用する必要はまったくありませんgoogle-services.json
。
つまり、一意のアプリごとに Appodeal を作成するには、一意の広告ユニット ID が必要です。Google Admob の場合、一意の広告ユニット ID と一意の が必要ですgoogle-services.json
が、これは私にとって不便です。回避策はありますか?
java - resourcecursoradapter を使用して recyclerview 内でネイティブ admob 広告を使用する方法 ((データ項目を置換せずに))
リソースカーソアダプターアダプターを使用するrecyclerviewにadmobネイティブ広告を追加しようとしています..問題は1です-アプリがクラッシュします2-recyclerviewデータ項目を私のコードであるadmob広告に置き換えます
swift - IOS10、Xcode 8.2 Google Admob の問題
リンクを使用してプロジェクトGoogle Admob
を作成するためにフォローアップを開始しましたが、常にエラーが発生します:
Xcode
Swift3
FireBase
class AppDelegate: UIResponder, UIApplicationDelegate { Thread 1: signal SIGABRT }
ポッドの更新をさらに実行し、
私のコード: Appdelegate.swift
ViewController.swift
android - Android AdMob が表示されない
アプリに AdMob を追加しました。私はfirebaseによるすべての命令を読んで実行しました。これは私の壮大なファイルです:
アプリとパッケージ名のフィンガープリントをfirebaseに追加しました
これはコードのレイアウトです:
アプリを実行すると、実際の広告は表示されませんが、バナーのサイズを示す一般的な adMob 広告が表示されます。私のコードに何か問題がありますか、または実際の広告を表示するには、Google Playストアでアプリを公開する必要がありますか?
ありがとう
正しいかどうか、実際の広告を表示するには Google Play でアプリを公開する必要があるかどうかを知りたいです
ios - can't get admob to work on ios8 app
I've tried multiple tutorials and tried code in multiple places but can't get google admob to do anything. I get no errors, project builds and runs in simulator. No ads load and no message in debugger. Basically nothing is happening.
I've added the following in my appDelegate
and under didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
I've put
in my viewcontroller.h
I've also added
added
and
and
then in my view controller.m ive added
and then under -(void)viewDidLoad
I've added
Pretty sure i got it all covered but absolutely nothing is working. No errors, no degub, zip...
Please Help!