Skip to content

Conversation

russellwheatley
Copy link
Member

README for alpha release. Documentation on how to install, setup and configure and what API is available.

Copy link
Contributor

@morganchen12 morganchen12 left a comment

Choose a reason for hiding this comment

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

LGTM with some small changes.

shouldAutoUpgradeAnonymousUsers: Bool = false,
customStringsBundle: Bundle? = nil,
tosUrl: URL = URL(string: "https://example.com/tos")!,
privacyPolicyUrl: URL = URL(string: "https://example.com/privacy")!,
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe these parameters shouldn't have default values, or should be nullable. It would be an error to ship your app with these default values.

(This can be addressed in a separate PR)

Copy link
Member Author

Choose a reason for hiding this comment

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

Good point - I think nullable is right. I'll address in separate PR.

@russellwheatley russellwheatley merged commit 3f2551e into main May 9, 2025
5 checks passed
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.

3 participants