Immutable
release. Only release title and notes can be modified.
New Features
- Added WebView pre-warming and caching to speed up in-app message display
Fixes
- Fixed a crash that could terminate the host app when the App Group container is unavailable or misconfigured; the SDK now disables its logger gracefully instead
- Fixed
executeSyncOperationnot calling its completion handler on invalid operation name or JSON - Fixed various minor issues
Improvements
- Improved responsiveness — public SDK methods no longer block the calling thread
Important
executeSyncOperation now always calls its completion handler on invalid input (previously it could return without calling it). If your retry logic keys off the completion result, do not retry on .validationError — such input is permanently invalid