Releases: letscooee/cooee-react-native
Releases · letscooee/cooee-react-native
v1.4.0
Breaking
- Removed
CooeeNotificationService.updateContentmethod and
exposedCooeeNotificationService.updateContentFromRequest.- To Related changes open
NotificationService.mfromios/CooeeNotificationServicefolder - Add Update below code.
- To Related changes open
// Old code
- bestAttemptContent = [CooeeNotificationService updateContent: [request.content mutableCopy], with: [[request content] userInfo]];
// New code
+ bestAttemptContent = [CooeeNotificationService updateContentFromRequest:request];Improvement
- Using Android SDK v1.4.0.
- Using iOS SDK v1.4.1.
Fixes
- InApp rendering with custom event.