File tree 7 files changed +19
-37
lines changed
7 files changed +19
-37
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<dependencies >
3
3
<androidPackages >
4
- <androidPackage spec =" com.adjust.sdk:adjust-android:5.0.1 " >
4
+ <androidPackage spec =" com.adjust.sdk:adjust-android:5.0.2 " >
5
5
</androidPackage >
6
6
<androidPackage spec =" com.android.installreferrer:installreferrer:2.2" >
7
7
</androidPackage >
Original file line number Diff line number Diff line change @@ -171,38 +171,6 @@ public static void Disable()
171
171
#endif
172
172
}
173
173
174
- public static void EnablePlayStoreKidsApp ( )
175
- {
176
- if ( IsEditor ( ) )
177
- {
178
- return ;
179
- }
180
-
181
- #if UNITY_IOS
182
- Debug . Log ( "[Adjust]: Marking apps as Play Store kids app is only supported for Android platform." ) ;
183
- #elif UNITY_ANDROID
184
- AdjustAndroid . EnablePlayStoreKidsApp ( ) ;
185
- #else
186
- Debug . Log ( errorMsgPlatform ) ;
187
- #endif
188
- }
189
-
190
- public static void DisablePlayStoreKidsApp ( )
191
- {
192
- if ( IsEditor ( ) )
193
- {
194
- return ;
195
- }
196
-
197
- #if UNITY_IOS
198
- Debug . Log ( "[Adjust]: Marking apps as Play Store kids app is only supported for Android platform." ) ;
199
- #elif UNITY_ANDROID
200
- AdjustAndroid . DisablePlayStoreKidsApp ( ) ;
201
- #else
202
- Debug . Log ( errorMsgPlatform ) ;
203
- #endif
204
- }
205
-
206
174
public static void IsEnabled ( Action < bool > callback )
207
175
{
208
176
if ( IsEditor ( ) )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace AdjustSdk
8
8
#if UNITY_ANDROID
9
9
public class AdjustAndroid
10
10
{
11
- private const string sdkPrefix = "unity5.0.5 " ;
11
+ private const string sdkPrefix = "unity5.0.6 " ;
12
12
private static bool isDeferredDeeplinkOpeningEnabled = true ;
13
13
private static AndroidJavaClass ajcAdjust = new AndroidJavaClass ( "com.adjust.sdk.Adjust" ) ;
14
14
private static AndroidJavaObject ajoCurrentActivity = new AndroidJavaClass ( "com.unity3d.player.UnityPlayer" ) . GetStatic < AndroidJavaObject > ( "currentActivity" ) ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace AdjustSdk
8
8
#if UNITY_IOS
9
9
public class AdjustiOS
10
10
{
11
- private const string sdkPrefix = "unity5.0.5 " ;
11
+ private const string sdkPrefix = "unity5.0.6 " ;
12
12
13
13
// app callbacks as method parameters
14
14
private static List < Action < bool > > appIsEnabledGetterCallbacks ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.adjust.sdk" ,
3
- "version" : " 5.0.5 " ,
3
+ "version" : " 5.0.6 " ,
4
4
"unity" : " 2019.4" ,
5
5
"displayName" : " Adjust" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change
1
+ ### Version 5.0.6 (5th December 2024)
2
+ #### Fixed
3
+ - Cleaned up unused methods from the API.
4
+
5
+ #### Changed
6
+ - Switched to native Android SDK version that depends on a specific version of the signature library.
7
+
8
+ #### Native SDKs
9
+ - [ [email protected] ] [ ios_sdk_v5.0.1 ]
10
+ - [ [email protected] ] [ android_sdk_v5.0.2 ]
11
+
12
+ ---
13
+
1
14
### Version 5.0.5 (24th October 2024)
2
15
#### Fixed
3
16
- Tagged the version which is now having submodules pointing to public repositories allowing OpenUPM to properly clone this repository (https://github.com/adjust/unity_sdk/issues/314 ).
@@ -1395,6 +1408,7 @@ Kudos to [Ivan](https://github.com/MatkovIvan) and [Evgeny](https://github.com/e
1395
1408
[ android_sdk_v4.38.3 ] : https://github.com/adjust/android_sdk/tree/v4.38.3
1396
1409
[ android_sdk_v5.0.0 ] : https://github.com/adjust/android_sdk/tree/v5.0.0
1397
1410
[ android_sdk_v5.0.1 ] : https://github.com/adjust/android_sdk/tree/v5.0.1
1411
+ [ android_sdk_v5.0.2 ] : https://github.com/adjust/android_sdk/tree/v5.0.2
1398
1412
1399
1413
[ windows_sdk_v4.12.0 ] : https://github.com/adjust/windows_sdk/tree/v4.12.0
1400
1414
[ windows_sdk_v4.13.0 ] : https://github.com/adjust/windows_sdk/tree/v4.13.0
Original file line number Diff line number Diff line change 1
- 5.0.5
1
+ 5.0.6
You can’t perform that action at this time.
0 commit comments