-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(SDK-3534) - UI for unity SDK tests #57
Draft
PJClevertap
wants to merge
19
commits into
develop
Choose a base branch
from
feature/SDK-3534/ui_and_tests
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
PJClevertap
commented
Dec 19, 2023
- Added UI with tests
- Added UI with tests
PJClevertap
requested review from
nzagorchev,
darshanclevertap and
milos-clevertap
December 19, 2023 08:43
commit 0341e53 Merge: 018ca20 9f4fb98 Author: milos-clevertap <144123971+milos-clevertap@users.noreply.github.com> Date: Wed Dec 20 17:30:40 2023 +0100 Merge pull request #60 from CleverTap/mj/bugfix/fixing-variable-changed Fixing sending of variables back to Unity commit 9f4fb98 Author: Milos Jakovljevic <milos1290@gmail.com> Date: Wed Dec 20 14:34:37 2023 +0100 Fixing sending of variables back to Unity
commit a00b3e2 Author: PJClevertap <144137874+PJClevertap@users.noreply.github.com> Date: Fri Dec 22 12:07:30 2023 +0100 chore(SDK-3548) - fix string variables (#61) - Remove "" from variable if variable is of kind string commit 0341e53 Merge: 018ca20 9f4fb98 Author: milos-clevertap <144123971+milos-clevertap@users.noreply.github.com> Date: Wed Dec 20 17:30:40 2023 +0100 Merge pull request #60 from CleverTap/mj/bugfix/fixing-variable-changed Fixing sending of variables back to Unity commit 9f4fb98 Author: Milos Jakovljevic <milos1290@gmail.com> Date: Wed Dec 20 14:34:37 2023 +0100 Fixing sending of variables back to Unity
commit dc15ae6 Author: PJClevertap <144137874+PJClevertap@users.noreply.github.com> Date: Wed Dec 27 04:49:39 2023 +0100 chore(SDK-3553) Additional methods for Variables and fix iOS (#62) - Added event OnOneTimeVariablesChanged - Added StringValue on Var - Added SyncVariables(bool isProduction) for iOS (android will fallback to SyncVariables()) - Fix JSON validation issue in getVariableValue on iOS - Simplified getVariableValue on Android commit a00b3e2 Author: PJClevertap <144137874+PJClevertap@users.noreply.github.com> Date: Fri Dec 22 12:07:30 2023 +0100 chore(SDK-3548) - fix string variables (#61) - Remove "" from variable if variable is of kind string commit 0341e53 Merge: 018ca20 9f4fb98 Author: milos-clevertap <144123971+milos-clevertap@users.noreply.github.com> Date: Wed Dec 20 17:30:40 2023 +0100 Merge pull request #60 from CleverTap/mj/bugfix/fixing-variable-changed Fixing sending of variables back to Unity commit 9f4fb98 Author: Milos Jakovljevic <milos1290@gmail.com> Date: Wed Dec 20 14:34:37 2023 +0100 Fixing sending of variables back to Unity
-Added InApps implementation on Android -Added InApps implementation on iOS
- Added InAppsFactory - Added CleverTapPlatformInApps - Added CleverTapPlatformInApps for Android and iOS - Added CleverTapInAppsFetched callback - Added mising unity native method for variable
…ests # Conflicts: # CleverTap/Plugins/iOS/CleverTapBinding.m # CleverTap/Runtime/IOS/IOSDllImport.cs # CleverTap/Runtime/IOS/IOSPlatformVariable.cs
Add Fetch InApps and ClearInAppResources Buttons
…to feature/SDK-3534/ui_and_tests
…-unity-sdk into feature/SDK-3534/ui_and_tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.