Estensione ad mob

Salve non riesco a trovare l estensione "admob banner extension"
qualcuno sa come fare?

1 Like

Here is a (paid) latest AdMob extension, SDK v23.4.0. All kinds of ads are available into it. Including Banner, Native and others.

Non esistono altri metodi gratuiti?In un video ho trovato un estensione gratuita però è stata rimossa e non riesco a trovare il link del download.

1 Like

Here is the free AdMob extension which is deprecated now. You might want to update it to the latest version.

ok grazie

If you’re getting app crashes issue, I'll suggest you to use the AdmobSdkLite aix.

Here is the original topic of that deprecated extension.

si grazie ora ho risolto ma per visualizzare gli annunci veri devo caricare l app su play store? Perchè in test mode funziona però normalmente no

I believe yes. It should be able to show ads until the end of the schedule.

That extension uses SDK v21.2.0.

Before wasting time and using an outdated extension, read the posts starting from here in this thread [OUTDATED][Free] Admob Extension - Add different types of AdMob ads in your application - #348 by Daniel_Sanchez

If I were you, I would choose the most up to date extension provided by a respected member of the community, who not only keeps the extension updated with each small library upgrade, but also provides support in case of problems.

You plan to make money with the ads... purchasing a paid extension is a small investment to get the most out of it. Or will the ads only be some kind of decoration for your app?

Taifun

1 Like

Hai ragione ma la mia app non è un gran chè, e quindi non penso di fare soldi con questa.Nel caso in futuro riuscirò a fare un app di livello più alto non avrò dubbi sull'acquisto

1 Like

Salve ho inerito con l’estensione vecchia gratuita la pubblicità .Adesso vedo il banner con all’ interno vera pubblicità.(nel formato apk).Avrei due domande:

  1. Posso condividere il mio apk mediante email o altri social o devo caricare obbligatoriamente su play-store?

  2. il caricamento della pubblicità sulla mia app è settato su un tasto.Vorrei sapere se per regolamento ADmob,è possibile fare ciò. Se non è possibile vorrei sapere come impostarla.

You will receive limited ad serving. You need to upload your app to a supported app store.

Si però non ho problemi a diffonderla tramite apk ,e soprattutto non ricorro in sanzioni se metto il caricamento della pubblicità quando si preme un pulsante.Giusto?

Only for testing purposes, you may add your device id into the AdMob dashboard as a test device. So you'll be available to show (test) Live/Real ads without publishing it to any app store.

1 Like

Quindi per posso anche condividere il mio apk con altre persone e mostrargli annunci veri così da monetizzare.Grazie

Siccome ho realizzato quest app in varie lingue (per renderla accessibile a più persone) cioè ho inserito che l'utente appena entra nell'app possa selezionare le lingue da una lista .Non so se è possibile fare con qualche blocco di codice un qualcosa che permette di selezionare la lingua solo la prima volta dopo il download e non ripetere la selezione ogni volta che l'utente apre l'app.

Use TinyDB component to store the selection against a specific key. Before asking to select language you need to check the key has value or not? If the key has value so need to ask again. Otherwise, it's the first time to ask for select language.


Io ho creato una lista con all interno 4 lingue quel blocco di codice come lo hai mandato va bene?

You might show us your relevant blocks here. Also I think we're getting off-topic. You should create a new topic.


lista_lingue è stata fatta con una listview.
la lista lingue viene mostrata appena apro l app quindi è gia inizializzata,dopo la selezione della lingua si torna alla home
Come implemento tinyDB?
inoltre è possibile accedere anche in seguito alla modificazione della lingua mediante un tasto(menù) e dovrebbe salvare anche l'eventuale modifica.
(non so se mi sono fatto capire)