SDK Release Note - Android
팔로우Android Release Note
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.application.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
댓글
댓글 0개
댓글을 남기려면 로그인하세요.