-
Notifications
You must be signed in to change notification settings - Fork 2
Update latest code #25
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: mobile-sdk-custom
Are you sure you want to change the base?
Update latest code #25
Conversation
|
Caution Review failedFailed to post review comments. Configuration used: CodeRabbit UI 📒 Files selected for processing (21)
🧰 Additional context used🧬 Code Graph Analysis (8)Sources/FormbricksSDK/Networking/Queue/UpdateQueue.swift (3)
Tests/FormbricksSDKTests/FormbricksEnvironmentTests.swift (4)
Sources/FormbricksSDK/Manager/UserManager.swift (3)
Sources/FormbricksSDK/WebView/FormbricksViewModel.swift (2)
Sources/FormbricksSDK/Manager/PresentSurveyManager.swift (1)
Sources/FormbricksSDK/Networking/Service/FormbricksService.swift (1)
Tests/FormbricksSDKTests/FormbricksSDKTests.swift (6)
Sources/FormbricksSDK/Manager/SurveyManager.swift (5)
🪛 SwiftLint (0.57.0)Sources/FormbricksSDK/Manager/PresentSurveyManager.swift[Warning] 23-23: Prefer at least one space after slashes for comments (comment_spacing) Tests/FormbricksSDKTests/FormbricksSDKTests.swift[Warning] 115-115: Prefer at least one space after slashes for comments (comment_spacing) Tests/FormbricksSDKTests/Networking/APIClientTests.swift[Warning] 105-105: Prefer at least one space after slashes for comments (comment_spacing) [Warning] 152-152: Prefer at least one space after slashes for comments (comment_spacing) [Warning] 216-216: Prefer at least one space after slashes for comments (comment_spacing) [Warning] 255-255: Prefer at least one space after slashes for comments (comment_spacing) [Warning] 293-293: Prefer at least one space after slashes for comments (comment_spacing) [Warning] 331-331: Prefer at least one space after slashes for comments (comment_spacing) [Warning] 389-389: Prefer at least one space after slashes for comments (comment_spacing) [Warning] 416-416: Prefer at least one space after slashes for comments (comment_spacing) [Warning] 449-449: Prefer at least one space after slashes for comments (comment_spacing) [Warning] 483-483: Prefer at least one space after slashes for comments (comment_spacing) [Warning] 518-518: Prefer at least one space after slashes for comments (comment_spacing) [Warning] 553-553: Prefer at least one space after slashes for comments (comment_spacing) [Warning] 588-588: Prefer at least one space after slashes for comments (comment_spacing) [Warning] 627-627: Prefer at least one space after slashes for comments (comment_spacing) [Warning] 676-676: Prefer at least one space after slashes for comments (comment_spacing) [Error] 75-75: Force tries should be avoided (force_try) [Error] 116-116: Force tries should be avoided (force_try) [Error] 262-262: Force tries should be avoided (force_try) [Error] 300-300: Force tries should be avoided (force_try) [Error] 595-595: Force tries should be avoided (force_try) [Warning] 185-185: Prefer non-optional (non_optional_string_data_conversion) [Warning] 461-461: Prefer non-optional (non_optional_string_data_conversion) [Warning] 496-496: Prefer non-optional (non_optional_string_data_conversion) [Warning] 531-531: Prefer non-optional (non_optional_string_data_conversion) [Warning] 566-566: Prefer non-optional (non_optional_string_data_conversion) [Warning] 603-603: Prefer non-optional (non_optional_string_data_conversion) 🔇 Additional comments (6)
WalkthroughThis update introduces delegate-based event and error callbacks across the SDK, adds SSL pinning for enhanced security, and improves error handling and configurability. It enables dependency injection for service classes, enhances survey presentation with hidden field support, and expands test coverage with new and updated unit tests. Several public APIs and protocols are extended. Changes
Possibly related PRs
Suggested reviewers
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Summary by CodeRabbit
New Features
Improvements
Bug Fixes
Tests
Documentation