Ios release notes breaking changes doc 1961#70
Open
Rajesh-Kodihalli wants to merge 4 commits into
Open
Conversation
…orrect API endpoint
…crashes Documents that the MoEngage iOS SDK intentionally crashes in Xcode debug builds when it detects incorrect integration (event/user attribute validation, Rich Push without RichNotification, Live Activity setup, plist initialization, portfolio-level attributes, Personalize experience). Each entry includes how to disable the behavior and links to affected feature docs. Covers SDK versions 9.23.0 through 10.11.0. Resolves: DOC-1961 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
For SDK versions 10.11.0, 10.10.0, 10.07.0, 10.03.0, and 10.02.1, the debug-mode crash notices are now displayed as Info callouts inside the What's New section instead of as standalone Breaking Changes badges. Versions 9.23.0 and 10.03.2 retain the Breaking Changes format. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…callout Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added Breaking Changes entries to the iOS SDK release notes (developer-guide/release-notes/ios-sdk.mdx) for SDK versions 9.23.0 through 10.11.0.
The MoEngage iOS SDK intentionally crashes apps in Xcode debug builds when it detects incorrect integration — a fail-fast behavior to surface setup errors early. These crashes do not affect TestFlight or App Store builds and can be disabled via disableIntegrationValidator(). This was previously undocumented or vaguely noted in the release notes.