Search found 179 matches

Go to advanced search

by Mark7294305
Fri Mar 25, 2016 11:33 pm
Forum: Issues
Topic: Admob Installation
Replies: 35
Views: 27214
 
Jump to post

Admob Installation

Hi Andrew Ok this is what I did to get it working. 1.Download & import the latest 2.130 Admob pro Add the following code to your js file function onDeviceReady() { document.removeEventListener('deviceready', onDeviceReady, false); // Set AdMobAds options: admob.setOptions({ publisherId: "ca...
by Mark7294305
Fri Mar 25, 2016 9:52 pm
Forum: Issues
Topic: Admob Installation
Replies: 35
Views: 27214
 
Jump to post

Admob Installation

No.

I am going to use 2.130 on a test app now and will get back to you shortly

by Mark7294305
Fri Mar 25, 2016 9:17 pm
Forum: Issues
Topic: Admob Installation
Replies: 35
Views: 27214
 
Jump to post

Admob Installation

Hi Andrew
Your code is the same as mione. The only thing I forgot to ask was did you import Admob or Admob Pro. Admob Pro worked for me

Image

by Mark7294305
Fri Mar 25, 2016 7:17 am
Forum: Issues
Topic: Admob Installation
Replies: 35
Views: 27214
 
Jump to post

Admob Installation

Hi Andrew
Firstly Admob does not work using the browser or the tester. It must be a real device with an apk/ipa file loaded.

yes that code is correct.

What code did you add to your Javascript file?

by Mark7294305
Fri Mar 18, 2016 4:49 am
Forum: Issues
Topic: Admob Installation
Replies: 35
Views: 27214
 
Jump to post

Admob Installation

Are you running this on a real device or the appery tester?

It must be a real device

by Mark7294305
Thu Mar 17, 2016 9:36 am
Forum: Issues
Topic: Admob Installation
Replies: 35
Views: 27214
 
Jump to post

Admob Installation

on your home page create an event on device ready to run a script and add the following code window.admob.createBannerView ( { 'PublisherID': 'ca-app-pub-*****', 'AdSize': admob.AD_SIZE.BANNER }, successCallback, failureCallback ); admob.requestAd( { 'isTesting': false, 'extras': { 'color_bg': 'AAAA...
by Mark7294305
Mon Jan 25, 2016 9:57 pm
Forum: Issues
Topic: Sort List by Catergories in database
Replies: 3
Views: 884
 
Jump to post

Sort List by Catergories in database

Hello I created a rest service to my database and on the request tab I added the following entry
name = sort
value = Dept (this matches the column name in my database)

by Mark7294305
Fri Jan 22, 2016 5:30 pm
Forum: Issues
Topic: Admob Installation
Replies: 35
Views: 27214
 
Jump to post

Admob Installation

Ok I figured it out. To help those who wish to add admob to their app without exporting to eclipse etc, here are the steps to follow:~ import the plugin from github https://github.com/floatinghotpot/cor... to appery as explained here https://devcenter.appery.io/documenta... 2.Create new-JavaScript (...
by Mark7294305
Thu Jan 21, 2016 11:16 pm
Forum: Issues
Topic: Admob Installation
Replies: 35
Views: 27214
 
Jump to post

Admob Installation

Update: I have through the docs and it says that I only need to add the following code to your project to activate the ads var admobid = {}; if( /(android)/i.test(navigator.userAgent) ) { admobid = { // for Android banner: 'ca-app-pub-6869992474017983/9375997553', interstitial: 'ca-app-pub-686999247...

Go to advanced search