-
Notifications
You must be signed in to change notification settings - Fork 11
Sdks 4616 journey sample app #84
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
base: main
Are you sure you want to change the base?
Conversation
…ture branch the dependency that supports those changes
spetrov
left a comment
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.
LGTM, but you may want to take a look and address my comments.
iOS/swiftui-journey-module/JourneyModuleSample/JourneyModuleSample.xcodeproj/project.pbxproj
Outdated
Show resolved
Hide resolved
...ney-module/JourneyModuleSample/JourneyModuleSample/Callbacks/DeviceBindingCallbackView.swift
Show resolved
Hide resolved
...ui-journey-module/JourneyModuleSample/JourneyModuleSample/Callbacks/CustomPinCollector.swift
Show resolved
Hide resolved
...le/JourneyModuleSample/JourneyModuleSample/Callbacks/DeviceSigningVerifierCallbackView.swift
Show resolved
Hide resolved
spetrov
left a comment
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.
LGTM! 👍🏻
| * during the collection process. The component handles the entire lifecycle of device profile | ||
| * collection without requiring user interaction. | ||
| */ | ||
| struct DeviceProfileCallbackView: View { |
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.
This is a nice doc for developers. I would suggest we do like this to all callback views.
| @@ -0,0 +1,150 @@ | |||
| // | |||
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.
This file appears to be unused and could be removed.
| class AppDelegate: NSObject, UIApplicationDelegate, @preconcurrency UNUserNotificationCenterDelegate { | ||
|
|
||
| // MFA Clients | ||
| public var oathClient: OathClient? |
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.
If we don’t plan to showcase registering OATH and PUSH mechanisms via Journey without QR code scanning, then those clients should be removed.
Sdks 4616 journey sample app
Adding a new sample app that demonstrates the use of the Ping SDKs 2.0 Journey module with SwuiftUI