Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Releases: bytedance/tiktok-business-android-sdk

initializeSdk optimize

20 Oct 06:20
2ff01a0
Compare
Choose a tag to compare

initializeSdk optimize
minSdkVersion 17

Support 307 redirect for APIs

15 Oct 19:02
80a5d45
Compare
Choose a tag to compare

Support 307 redirect request for API in SDK

Support dynamic trackEvent domain

19 May 07:39
906aae5
Compare
Choose a tag to compare

BTW, the domain that to GET the globalConfig has also been changed

fix url parse bug in lower Android API device

28 Apr 08:34
bd8ed1a
Compare
Choose a tag to compare

fix url parse bug in lower Android API device

Add tiktok_app_id to fetchConfig

16 Apr 02:54
Compare
Choose a tag to compare

fix: add tt_app_id to fetchGlobalConfig url

TT AppId supported

15 Mar 03:09
317a6e0
Compare
Choose a tag to compare

TT App Id is supported in the release.
In order to activate the sdk, we either have to

  • provide only appId
  • provide both appId and ttAppId
  TikTokBusinessSdk.TTConfig ttConfig =
                    new TikTokBusinessSdk.TTConfig(getApplication())
                            .disableLaunchLogging()
                            .setAppId(appId)
                            .setTTAppId(ttAppId) // can be commented out
                            .setAccessToken(correctToken)
                            .setLogLevel(TikTokBusinessSdk.LogLevel.DEBUG);

But we highly recommend passing ttAppId for better events attribution.

Merge Request

Advanced Matching

02 Mar 08:56
Compare
Choose a tag to compare

Feature

  • Implemented a new feature Advanced Matching, add identify and logout functions

  • Internal logic optimization

  • Quit using bintray in favor of jitpack

  • Send debugging parameters when fetching global config