Skip to content

feat: internal usage attribution ID#581

Draft
jokerttu wants to merge 1 commit intomainfrom
feat/add_internal_usage_attribution_id
Draft

feat: internal usage attribution ID#581
jokerttu wants to merge 1 commit intomainfrom
feat/add_internal_usage_attribution_id

Conversation

@jokerttu
Copy link
Copy Markdown
Contributor

  • Adds internal usage attribution ID

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation
  • I added new tests to check the change I am making
  • All existing and new tests are passing.

@jokerttu jokerttu marked this pull request as draft April 27, 2026 10:41
Copy link
Copy Markdown
Member

@caio1985 caio1985 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use
gmp_git_reactnativenavigationsdk_v0_android
gmp_git_reactnativenavigationsdk_v0_ios

public final class SdkVersion {
public static final String VERSION = "0.15.1"; // {x-release-please-version}

public static final String ATTRIBUTION_ID = "gmp_git_reactnativenavigationsdk_v" + VERSION;
Copy link
Copy Markdown
Member

@caio1985 caio1985 Apr 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use gmp_git_reactnativenavigationsdk_v0_android

dispatch_once(&onceToken, ^{
sharedInstance = [super allocWithZone:zone];
NSString *attributionId =
[NSString stringWithFormat:@"gmp_git_reactnativenavigationsdk_v%@", kRNNavSdkVersion];
Copy link
Copy Markdown
Member

@caio1985 caio1985 Apr 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use gmp_git_reactnativenavigationsdk_v0_ios

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants