Skip to content

Conversation

@george-bafaloukas-forgerock
Copy link
Contributor

Sdks 4616 journey sample app

Adding a new sample app that demonstrates the use of the Ping SDKs 2.0 Journey module with SwuiftUI

Copy link
Contributor

@spetrov spetrov left a 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.

spetrov
spetrov previously approved these changes Jan 7, 2026
Copy link
Contributor

@spetrov spetrov left a 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 {
Copy link
Contributor

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 @@
//
Copy link
Contributor

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?
Copy link
Contributor

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.

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants