AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

How to monetize your apps

Ein Thema von DP News-Robot · begonnen am 31. Aug 2018
Antwort Antwort
Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.963 Beiträge
 
#1

How to monetize your apps

  Alt 31. Aug 2018, 15:40
Delphi makes it easy to monetize apps. We provides a component called tBannerAd to put a banner advertising with a number of properties and methods that allow us to abstract away all the complexity that entails. To use it simply put the component in our form and we call it this way. PROCEDURE TfOpciones.Publicidad(BannerAd1: TBannerAd); BEGIN BannerAd1.AdUnitID: = CODIGO_PUBLICIDAD; BannerAd1.LoadAd; BannerAd1.Visible: = True; END; Permissions we need to activate are:-Access network state - b also have to mark the check "Service Admob" from the menu Options-Project-Entitlement List.Si have you noticed a constant called "CODIGO_PUBLICIDAD" is where does? I Preguntareispues to get there is to open an account on Admob "https://www.google.es/admob/". (Admob is a company that manages advertising for apps and that has certainly been bought by Google). Then you should select one of the apps that you've done, that duty

Weiterlesen...
  Mit Zitat antworten Zitat
Antwort Antwort


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 14:40 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz