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

Identity v3 changes for swift sdk #586

Merged
merged 3 commits into from
Feb 24, 2023
Merged

Identity v3 changes for swift sdk #586

merged 3 commits into from
Feb 24, 2023

Conversation

dneralla
Copy link
Contributor

No description provided.

@dneralla dneralla force-pushed the identity_v3 branch 2 times, most recently from ca32503 to ad2b012 Compare February 17, 2023 21:33
@@ -430,7 +431,14 @@ open class MixpanelInstance: CustomDebugStringConvertible, FlushDelegate, AEDele
}
#endif

func defaultDistinctId() -> String {
func addPrefixToDeviceId(deviceId: String?) -> String {
if let temp = deviceId {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
if let temp = deviceId {
if let deviceId {

Copy link
Contributor

@jaredmixpanel jaredmixpanel left a comment

Choose a reason for hiding this comment

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

LGTM. Zihe and I will get the CI fixed and then get this merged.

@jaredmixpanel jaredmixpanel merged commit f1b2960 into master Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants