Skip to content

Releases: pinio/tiads

5.0.0

11 Jun 03:37
41dc680
Compare
Choose a tag to compare

Adds support for Titanium 9

4.0.0

12 Sep 02:44
Compare
Choose a tag to compare

This build deprecates iOS since all the advertising ids are already exposed on native Ti. (more on that on README).
Updates module to use latest ti.playservices libs.
Compiled with Ti 8.1.1.GA

3.0.0

26 Mar 19:01
9c0d5b8
Compare
Choose a tag to compare

Recompiled TiAds for Android, against latest SDK (7.x).
iOS still on previous version since there's no need to update.

1.2.0

08 Nov 15:50
Compare
Choose a tag to compare

Built against Ti SDK 6.3.0.GA
Latest build properties on branch 1.2.0

1.1.0

06 Apr 01:04
Compare
Choose a tag to compare

Implemented isLimitAdTrackingEnabled() and getAndroidID() for Android

  • isLimitAdTrackingEnabled allows to read the user’s permission to
    track the ad ids as brings parity with the iOS
    isAdvertisingTrackingEnabled
  • getAndroidID() allows to fetch the Android Device ID and brings an id
    equivalent to iOS identifierForVendor (that resets differently and has
    its own peculiarities)
  • Updated the example app.js showing the methods working on each
    platform
  • Updated the README with the new methods description and module build instructions

1.0.1

05 Apr 19:20
Compare
Choose a tag to compare

First Stable Release

  • Compatible with Ti SDK 6.x ONLY
  • Built with Ti SDK 6.0.3.GA tooling
  • Android - Using the google play services jars from ti.map 3.0.2 module and ti.admob module

1.0.0

04 Apr 19:56
Compare
Choose a tag to compare

This is the first version of the module and is considered an alpha version.

The Android module still needs a lot of testing.

This release is compatible with Titanium 5.5.1.GA only.

It breaks considerably on Android if you have conflicting jars like the ones on ti.map module and others that may use Google Play Services. (see #1 )