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

Log UA marker only if browser auth completed #1991

Merged
merged 2 commits into from Apr 12, 2017

Conversation

bhariharan
Copy link
Contributor

No description provided.

@@ -315,26 +313,23 @@ - (BOOL)handleAdvancedAuthenticationResponse:(NSURL *)appUrlResponse {
[self log:SFLogLevelInfo format:@"%@ Current advanced auth state (%@) not compatible with handling app launch auth response.", NSStringFromSelector(_cmd), [[self class] advancedAuthStateDesc:self.advancedAuthState]];
return NO;
}

[SFSDKAppFeatureMarkers registerAppFeature:kSFAppFeatureSafariBrowserForLogin];
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you want this where the advanced browser flow has actually fully completed? This isn't quite there.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No - only when the browser portion is complete. This is good enough.

@huminzhi
Copy link
Contributor

1 Error
🚫 Code coverage under minimum of 80%

Current coverage for SalesforceSDKCore.framework is 48%

Files changed - -
SFSDKNewLoginHostViewController.m 0% 💀
SFOAuthCoordinator.m 32% 🚫

Current coverage for SalesforceAnalytics.framework is 41%

No files affecting coverage found


Powered by xcov

Generated by 🚫 Danger

@bhariharan bhariharan merged commit 44ed593 into forcedotcom:dev Apr 12, 2017
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.

None yet

4 participants