-
Notifications
You must be signed in to change notification settings - Fork 75
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
[MOB-10951] Add mobile framework info to register token request #884
[MOB-10951] Add mobile framework info to register token request #884
Conversation
let hasFlutter = hasFrameworkClasses(FrameworkClasses.flutter) | ||
let hasReactNative = hasFrameworkClasses(FrameworkClasses.reactNative) | ||
|
||
switch (hasFlutter, hasReactNative) { |
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.
We could probably refactor this later in the case where we have more than 2 frameworks.
let frameworkType: IterableAPIMobileFrameworkType | ||
let iterableSdkVersion: String? |
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.
@sumeruchat I think maybe we need to mark these as public, so they're accessible in outside modules that rely on this struct
🔹 Jira Ticket(s)
✏️ Description
Add mobile framework info to iOS according to spec
Please read the full spec at https://iterable.slab.com/posts/mobile-datadog-dashboard-flutter-rn-support-fd6p2n7e?shr=6m4blt3qaTsWYn38av0w-Mkg