Releases: cleverpush/cleverpush-ios-sdk
Releases · cleverpush/cleverpush-ios-sdk
1.34.43
1.34.43 (16.04.2026)
- Added functionality for preventing the API calls if there is no channelID.
- Fixes issue of background colors by supporting 3- and 8-digit hex values.
- Optimized uiapplicationdelegatecleverpush class for silent push notifications for flutter.
- Added method markSubscriptionAsTest to mark subscription as test.
- Fixed a rare crash related to html texts are displaying to the app-banners.
1.34.42
1.34.42 (02.04.2026)
- Added
window.CleverPush.getSubscriptionContext()from banner JS to get subscriptionId and channelId from the iOS SDK to JS. - Fixed issue of tracking-consent cleanup by restoring previous consent from persisted state in setTrackingConsent, ensuring tags/attributes are removed on early post-restart false calls in iOS.
- Implemented removing single and multiple subscription attributes, including callback-based failure handling and local attribute state sync in iOS.
- Optimize isChannelIdChanged function for preventing crash.
- Resolved the issue of images are not displaying in the in-app banners.
1.34.41
1.34.41 (10.03.2026)
- implemented a new method setHandleUrlFromSceneDelegate.
1.34.40
1.34.40 (16.02.2026)
- Fix iOS deep-link opening in app banner/inbox by replacing direct openURL calls with CPUtils.tryOpenURL.
- Fixed imageview not displaying in app banner.
- Resolved the issue where the session condition was not working as expected in the trackPageView function.
1.34.39
1.34.39 (16.02.2026)
- Resolved the layout issue of topics dialogue.
1.34.38
1.34.38 (02.02.2026)
- Update build-frameworks.sh to generate and package dSYM files
1.34.37
1.34.37 (02.02.2026)
- Implemented a new method
removeAllNotificationsto remove notifications locally.