forked from nextcloud/ios
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Nmc/1998 tracking #83
Open
TSI-shwetawaikar
wants to merge
2
commits into
master
Choose a base branch
from
nmc/1998-tracking
base: master
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.
Open
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
@@ -168,7 +169,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD | |||
self.presentPasscode { | |||
self.enableTouchFaceID() | |||
} | |||
|
|||
adjust.configAdjust() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check if this can be moved to single function to init adjust. May be like inside AdjustHelper.
By doing this only 1 function call will be made instead of two.
TSI-amrutwaghmare
force-pushed
the
nmc/1998-tracking
branch
2 times, most recently
from
July 20, 2023 06:04
870ae04
to
6ba0439
Compare
TSI-amrutwaghmare
force-pushed
the
nmc/1998-tracking
branch
from
October 11, 2023 09:44
5239035
to
bd5ea76
Compare
TSI-amrutwaghmare
force-pushed
the
nmc/1998-tracking
branch
from
November 27, 2023 06:09
bd5ea76
to
aaf207a
Compare
TSI-amrutwaghmare
force-pushed
the
nmc/1998-tracking
branch
from
December 5, 2023 11:58
ab1e915
to
8286fdc
Compare
TSI-amrutwaghmare
force-pushed
the
nmc/1998-tracking
branch
from
December 26, 2023 11:46
8286fdc
to
a84da9e
Compare
Closed
TSI-amrutwaghmare
force-pushed
the
nmc/1998-tracking
branch
from
February 19, 2024 10:23
711b6f6
to
9bd4ea5
Compare
TSI-amrutwaghmare
force-pushed
the
nmc/1998-tracking
branch
2 times, most recently
from
March 19, 2024 06:25
4e25532
to
8a02989
Compare
TSI-amrutwaghmare
force-pushed
the
nmc/1998-tracking
branch
from
April 8, 2024 08:58
8a02989
to
6b627bb
Compare
TSI-amrutwaghmare
force-pushed
the
nmc/1998-tracking
branch
from
April 15, 2024 12:12
6b627bb
to
02b2459
Compare
TSI-amrutwaghmare
force-pushed
the
nmc/1998-tracking
branch
from
August 27, 2024 08:38
02b2459
to
a2c21e2
Compare
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.
In this PR:
We have added "Tealium" sdk to ensure page and action tracking.
We have also added "Adjust sdk" to ensure action and event tracking in our app.