SDK Release Note - Android
FollowAndroid Release Note
V2 Gradle
2.4.0.3
- released on 2023.03.21
Major Update
Growth Action (In-App Message)
- In-App Message now applies safe areas for device design such as the status bar, notch, and full-screen.
- In-App Message modal layout changes the height based on the text area.
- The height length is limited to a maximum of 1.5 times the width length.
Fixed Issue
SDK
- Change the SDK event process method.
- Fixed existing user data is retained when a new login API is called without a logout API.
- Optimize memory process when SDK access to DB.
Growth Action (Push Message)
- The push message’s contents area now can be expended when the Push message’s image download is failed.
Growth Action (In-App Message)
- Fixed showing the white area on the left and right side, when the Image Only Modal In-app message shows in device landscape mode.
- Fixed unnecessary server requests when receiving In-App Message data.
- Fixed text being cut in In-App Message Modal.
2.4.0.2
- released on 2023.02.09
- update logic to deal with deferred deeplink.
2.4.0.1
- released on 2023.02.09
- fix deeplink_open url decording issue.
- update logic to deal with SDK initialize.
- change gradle setting (google play-services-ads, installreferrer)
- fix impression API issue.
2.4.0.0
- released on 2023.01.20
- update in-app message Sticky Banner.
- add in-app message API.
- update addToWishList, share API.
- bug fixed.
2.3.1.9
- released on 2022.12.23
- bug fixed.
2.3.1.8
- released on 2022.12.02
- update getUserId API.
- bug fixed.
2.3.1.7
- released on 2022.11.02
- update logic to deal with sdk event.
2.3.1.6
- released on 2022.10.19
- update SDK logic.
2.3.1.5
- released on 2022.09.29
- update internal logic.
- fix in-app message keyboard issue.
2.3.1.4
- released on 2022.09.05
- update logic to deal with timer schedule
- update in-app message and push API
- update logic to deal with SDK initialize
2.3.1.3
- released on 2022.07.25
- update logic to deal with targetSdkVersion 31
2.3.1.2
- released on 2022.06.30
- update event prefix logic
2.3.0.2
- released on 2022.06.08
- update FlushAllEvents API
- update EventUploadInterval API
- update proguard rule
2.3.0.1
- released on 2022.05.18
- update in-app message API
2.3.0.0
- released on 2022.05.13
- update in-app message API
- update event prefix logic
2.2.0.1
- released on 2022.04.22
- save attribution information at the local DB to prevent losing adkey
2.2.0.0
- released on 2022.03.23
- add action history for app push
2.1.3.0
- released on 2022.03.01
- add Seoul region AWS
- update purchase API
2.1.2.5
- released on 2022.01.27
- update SDK logic
2.1.2.4
- released on 2021.12.01
- update secure logic of SDK
2.1.2.3
- released on 2021.11.18
- update DSK logic
2.1.2.2
- released on 2021.11.08
- update adid logic to deal with Android 12
- update in-app message start logic
- update policy of SDK pause and stop
2.1.2.0 ~ 2.1.2.1(skip)
2.1.1.3
- released on 2021.09.15
- update in-app message logic
2.1.1.2
- released on 2021.09.15
- bug fixed
2.1.1.1
- released on 2021.09.04
- update max event count handling logic
- update nCPI tracking link logic
- add refactoring cache memory logic
2.1.1.0
- released on 2021.08.04
- update app-link open logic
- update event logic of duplicated adkey
- do not use nCPI tracking link
2.1.0.1
- released on 2021.06.24
- add in-app message feature
2.0.1.0
- released on 2021.06.10
- add APIs dealing with push
- update deep link logic
- update user_property_changed event logic
- update event uploading logic
2.0.0.8
- fix Bintray Gradle error
- release libraries on the Sonatype repository
2.0.0.5 - 2.0.0.7(skip)
- issues of migration from Bintray to the Sonatype
2.0.0.4
-
fix NullPointerException on event uploading
2.0.0.3
- fix deeplink_open error in android api29
2.0.0.2
- add deeplinkLiseter function
2.0.0.1
- fix NullPointerException
legacy Gradle
1.1.2301
- fix Bintray Gradle error
- release libraries on Sonatype repository
1.1.2300(skip)
- fix error of migration from bintray to sonatype
1.1.2200
-
Add New Purchase api with 'orderSales' parameter
1.1.2110
-
Add SignUp Channel (SkTid, AppleId)
1.1.2100
-
unlock limit for purchase product array list count
-
change product array list limit 10 to 50
1.1.0.9
-
updated notification logic
1.1.0.8
-
updated notification key
1.1.0.7
-
updated internal logic
-
added keys concerned with battery state
-
added logout API
-
added clearUserProperty API
1.1.0.6
-
handled exception when getting time zone offset ( Android OS issue 7.0 ~ 8.1 )
1.1.0.5
-
fixed minor bug when received push
1.1.0.4
-
added logic can handle NotificationManagerCompat exception
1.1.0.3
-
added logic for react native
-
modified internal logic
1.1.0.2
-
added is_wifi_only key
-
added uuid key
-
can track LAT change
1.1.0.1
-
fixed minor bugs
-
updated all stop function
-
modified unity plugin
1.1.0.0
-
added DSK, Suffix, Application Configure
-
added AttrModel, Device Time zone
-
updated daily first open logic
[Notice]
after 2019-01/07 ( Monday )
- We do not support SDK under the 1.0.2.3 version anymore.
- please update your build.gradle(app) if you fix the old version of SDK.
- do not use like this :
implementation 'com.igaworks.adbrix:abx-common-rm:1.0.2.2'
// 1.0.0.0 ~ 1.0.2.2 version is not supported anymore.
2019년 1월 7일 (월)부로 더 이상 1.0.2.3 버전 미만의 SDK가 제공되지 않습니다.
implementation 'com.igaworks.adbrix:abx-common-rm:1.0.2.2'
다음처럼 정해진 버전을 입력해 사용하고 계신다면,
implementation 'com.igaworks.adbrix:abx-common-rm:+' 또는
implementation 'com.igaworks.adbrix:abx-common-rm:1.0.2.4' 와 같이
최신 버전을 사용해주시길 바랍니다.
[ Update Completed - ( 1.1.0.0 and above ) ]
-
JSONObject parameter was deprecated : we recommend you use AttrModel class instead of JSONObject
-
When you use JSONObject type of deprecated method, its values will be transformed to 4 types automatically.
-
Following as :
-
(int, long) --> long
-
(float, double)--> double
-
boolean
-
String
-
-
-
1.1.0.0 버전부터 해당 내용이 적용되었습니다.
1.0.2.7
-
added push APIs
1.0.2.6
-
modified adid format along with LAT on/off
1.0.2.5
-
modified internal logic
-
information of device will be updated immediately
1.0.2.4
-
prevent crash from device if old version of AbxReceiver is used
-
extend coverage of deeplink-URI format
-
bug fix - wrong appKey, wrong SecretKey
-
bug fix - confused last_deeplink_id
1.0.2.3
- !do not support anymore
-
modified package structure
-
Install Broadcast Receiver's name is modified as follows :
previous version
<receiver android:name="com.igaworks.v2.core.applicat ion.AbxReceiver" ... />
now
<receiver android:name="com.igaworks.v2.core.AbxReceiver" ... />
1.0.2.2
- !do not support anymore
-
modified deeplink event logic
-
modified package structure
-
bug fix - session-interval
-
bug fix - can occur when user just only 'long-touch' application not 'launch'
1.0.2.1
- !do not support anymore
-
added deferred deeplink logic (beta)
1.0.2.0
- !do not support anymore
-
fixed bug that becomes blank log_id when the 'tid' key is not present
-
fixed event upload interval bug
1.0.1.9
- !do not support anymore
-
added four common class's pre-defined functions
1.0.1.8
- !do not support anymore
-
added key validation logic. fixed google referrer tid
1.0.1.7
- !do not support anymore
-
enable to GDPR Function
1.0.1.6
- !do not support anymore
-
modified wrong endpoint url
1.0.1.5
- !do not support anymore
-
added pre-defined method in commerce, game
-
purchase method moved to common class
1.0.1.4
- !do not support anymore
-
bug fix - language (deviceinfo)
1.0.1.3
- !do not support anymore
-
Bug: App crashes with AbxApplication class
-
Internal logic for last deeplink id and last firstOpen id
1.0.1.2
- !do not support anymore
-
GDPR Option, Updated Deeplink Conversion logic
-
Updated http request logic: Renew request_datetime value when retrying request
-
Fixed: session interval value is negative in process kill case + device reboots