ti.admob icon indicating copy to clipboard operation
ti.admob copied to clipboard

Some initialization fixes to bring the Proxy on par with iOS side.

Open ypbnv opened this issue 6 years ago • 3 comments

Proxy's properties are processed only after the AdView has been added to the screen and this is a disparity with how things work on iOS side. This PR will move dealing with creation dictionaries when the proxy has been created.

Also any other faulty behavior, caused by merging the refactoring into master, for the Android side will be addressed in this PR.

ypbnv avatar Jun 21 '19 16:06 ypbnv

Added a slight change. I think this is now in a good condition to be reviewed/merged. I have a PR for rewarded videos that is still pending, so if anything comes up after the merge I can address it there.

ypbnv avatar Oct 23 '19 14:10 ypbnv

Warnings
:warning:

:mag: Can't find junit reports at ./TESTS-*.xml, skipping generating JUnit Report.

:warning: SDK version declared in Jenkinsfile (9.0.0.v20200205134519) does not match iOS' titanium.xcconfig value (7.2.0.GA)
Messages
:book:

:floppy_disk: Here are the artifacts produced:

:book: :tada: - congrats on your new release

Generated by :no_entry_sign: dangerJS against dc69a53535ad2564934fd63f928d4e7d1192c618

build avatar May 29 '20 10:05 build

@janvennemann : Below changes are done. Please review and you can merge the PR then.

  1. The PR is now updated with the master branch code.
  2. banner view load error is fixed through additional code change done in commit: d925a6f
  3. Added support for interstitialAd isReady and hence upgraded the android version number to 5.0.2 .

aakash-jain-axway avatar Jun 01 '20 09:06 aakash-jain-axway