Skip to content
Sergio Azua edited this page Jan 20, 2016 · 4 revisions

Does the BVSDK Use the Android Advertising ID?

Yes, the Android Advertising ID is used for both the Advertising and Recommendations modules. The BVSDK will check if the user has "Limit Ad Tracking" enabled, and respects it if enabled.

How do I check out older versions of the SDK?

Older versions of the BVSDK are tagged according to version number. You can list available versions with git tag

Run git checkout [tag] to switch to a previous release.

Clone this wiki locally