Skip to content
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

[ABW-2735] AppsFlyer integration #1073

Merged
merged 13 commits into from
Apr 5, 2024
Merged

[ABW-2735] AppsFlyer integration #1073

merged 13 commits into from
Apr 5, 2024

Conversation

matiasbzurovski
Copy link
Contributor

@matiasbzurovski matiasbzurovski commented Apr 4, 2024

Jira ticket: ABW-2735

Description

Adds AppsFlyer support.

Notes

The AppsFlyer logic is very simple, but this PR also includes a solution for handling sensitive information (such as AppsFlyer tokens). To do so, the app has a new SensitiveInfoClient that will fetch the values for each key specified on its interface.

The file from which the app will read its values is called SensitiveInfo.plist. Given its content is sensitive, it has been added to the .gitgnore so that its content is never committed. However, a sample file (with placeholder values) has been added, and a custom run script phase will make sure to create the SensitiveInfo file from the sample one if it doesn't exist.

Then, on CD, we will replace the placeholder values with the real ones that are safely stored on secrets.

@GhenadieVP GhenadieVP merged commit 6a66d1a into main Apr 5, 2024
6 checks passed
@GhenadieVP GhenadieVP deleted the abw-2735 branch April 5, 2024 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants