-
Notifications
You must be signed in to change notification settings - Fork 5
AB#261534 in app ccrm #130
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
AB#261534 in app ccrm #130
Conversation
|
👋 Hey @k-antipochkin, ❗️ Work Item link check failed: There is no Work Item linked to this PR. 🧩 Please add the Work Item ID to the PR title or description using the "Edit" option in the format below: 🟢 Once added, the validation will automatically run again! |
1 similar comment
|
👋 Hey @k-antipochkin, ❗️ Work Item link check failed: There is no Work Item linked to this PR. 🧩 Please add the Work Item ID to the PR title or description using the "Edit" option in the format below: 🟢 Once added, the validation will automatically run again! |
|
👋 Hey @k-antipochkin, ❗️ Work Item link check failed: There is no Work Item linked to this PR. 🧩 Please add the Work Item ID to the PR title or description using the "Edit" option in the format below: 🟢 Once added, the validation will automatically run again! |
1 similar comment
|
👋 Hey @k-antipochkin, ❗️ Work Item link check failed: There is no Work Item linked to this PR. 🧩 Please add the Work Item ID to the PR title or description using the "Edit" option in the format below: 🟢 Once added, the validation will automatically run again! |
|
👋 Hey @k-antipochkin, ❗️ Work Item link check failed: There is no Work Item linked to this PR. 🧩 Please add the Work Item ID to the PR title or description using the "Edit" option in the format below: 🟢 Once added, the validation will automatically run again! |
1 similar comment
|
👋 Hey @k-antipochkin, ❗️ Work Item link check failed: There is no Work Item linked to this PR. 🧩 Please add the Work Item ID to the PR title or description using the "Edit" option in the format below: 🟢 Once added, the validation will automatically run again! |
User description
Description of Changes
Add In-App Message Interceptor API
OptimoveInApp.setInAppMessageInterceptor(_:)to allow apps to control when in-app messages are shown or suppressed based on custom logic. If no decision is made within the timeout (default 5s), the message is automatically suppressed.Breaking Changes
Release Checklist
Prepare:
pod lib lintpassesBump versions in:
OptimoveCore.podspecOptimoveNotificationServiceExtension.podspecOptimoveSDK.podspecOptimoveCore/Sources/Classes/Constants/SDKVersion.swift-
[ ]README.mdCHANGELOG.mdUpdate major version numbers in wiki (basic integration + push guides)
Integration tests
T&T Only
Mobile Only
Deferred Deep Links
Combined
Release:
pod trunk pushto publish to CocoaPodsPost Release:
Generated description
Below is a concise technical summary of the changes proposed in this PR:
Introduce an API,
OptimoveInApp.setInAppMessageInterceptor(_:), to enable applications to implement custom logic for controlling the display or suppression of in-app messages, with an automatic suppression timeout if no decision is made. Integrate this interception mechanism within theInAppPresenterto manage message presentation based on the interceptor's decision.6.3.0across all relevant podspec files and theSDKVersion.swiftconstant, and document the new feature inCHANGELOG.md.Modified files (5)
Latest Contributors(2)
OptimoveInApp.setInAppMessageInterceptor(_:)API, allowing developers to provide custom logic via theInAppMessageInterceptorprotocol to decide whether to show or suppress an in-app message, including a configurable timeout for automatic suppression.Modified files (2)
Latest Contributors(2)