Skip to content

Commit 080997c

Browse files
committed
DIA-3844 micro fixes
1 parent fe84df8 commit 080997c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Assets/ConsentManagementProvider/Scripts/wrapper/iOS/CMPiOSListenerHelper.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ private void Awake()
4242
self=this;
4343
gameObject.name = "CMPiOSListenerHelper";
4444
#if UNITY_IOS && !UNITY_EDITOR_OSX
45-
CmpDebugUtil.Log("Constructing CMPiOSListenerHelper game object...");
46-
DontDestroyOnLoad(this.gameObject);
47-
SetBridgeCallbacks();
45+
CmpDebugUtil.Log("Constructing CMPiOSListenerHelper game object...");
46+
DontDestroyOnLoad(this.gameObject);
47+
SetBridgeCallbacks();
4848
#endif
4949
}
5050

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 2.3.1
2-
* [DIA-3944](https://sourcepoint.atlassian.net/browse/DIA-3944) ClearAllData() method for IOS clears cached value in c# [#53](https://github.com/SourcePointUSA/unity-sdk/pull/53)
2+
* [DIA-3844](https://sourcepoint.atlassian.net/browse/DIA-3844) Destroy CMPiOSListenerHelper GameObject in Dispose() call and re-initialize it in CMP.Initialize() call if needed. Also, ClearAllData() method for IOS clears cached value in c# [#53](https://github.com/SourcePointUSA/unity-sdk/pull/53)
33

44
# 2.3.0
55
* [DIA-3046](https://sourcepoint.atlassian.net/browse/DIA-3046) Implemented USNat company for IOS [#47](https://github.com/SourcePointUSA/unity-sdk/pull/47)

0 commit comments

Comments
 (0)