Skip to content

Releases: letscooee/cooee-react-native

v1.4.0

21 Sep 13:02

Choose a tag to compare

Breaking

  1. Removed CooeeNotificationService.updateContent method and
    exposed CooeeNotificationService.updateContentFromRequest.
    1. To Related changes open NotificationService.m from ios/CooeeNotificationService folder
    2. Add Update below code.
// Old code
- bestAttemptContent = [CooeeNotificationService updateContent: [request.content mutableCopy], with: [[request content] userInfo]];
// New code
+ bestAttemptContent = [CooeeNotificationService updateContentFromRequest:request];

Improvement

  1. Using Android SDK v1.4.0.
  2. Using iOS SDK v1.4.1.

Fixes

  1. InApp rendering with custom event.