- Removed
CooeeNotificationService.updateContent method and
exposed CooeeNotificationService.updateContentFromRequest.
- To Related changes open
NotificationService.m from ios/CooeeNotificationService folder
- Add Update below code.
// Old code
- bestAttemptContent = [CooeeNotificationService updateContent: [request.content mutableCopy], with: [[request content] userInfo]];
// New code
+ bestAttemptContent = [CooeeNotificationService updateContentFromRequest:request];
- Using Android SDK v1.4.0.
- Using iOS SDK v1.4.1.
- InApp rendering with custom event.
- Using Android SDK v1.3.13.
- Using iOS SDK v1.3.16.
- Add script to support Static libraries in iOS.
- Add missing import in
CooeePlugin.swift
- Using Android SDK v1.3.12.
- Add support to work with other firebase messaging plugin.
- Using Android SDK v1.3.11.
- Using iOS SDK v1.3.15.
- Using Android SDK v1.3.10.
- Using iOS SDK v1.3.14.
- Update android gradle to latest.
- Add Call to action.
- App Lifecycle management changed.
- Using 0.2.7 Cooee android sdk.
- New Release.