react-native-moengage 11.1.2 → 11.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ # 11-03-2025
2
+
3
+ ## 11.1.4
4
+ - Android
5
+ - BugFix: Multiple SelfHandled InApp not working for older architecture in Android platform
6
+ - iOS
7
+ - Fix build when `use_frameworks` enabled in `Podfile`
8
+
9
+ # 29-01-2025
10
+
11
+ ## 11.1.3
12
+ - Android
13
+ - `moe-android-sdk` version updated to `13.05.02`
14
+ - iOS
15
+ - MoEngage-iOS-SDK version updated to `9.22.1`.
16
+
1
17
  # 08-01-2025
2
18
 
3
19
  ## 11.1.2
@@ -14,9 +14,11 @@ Pod::Spec.new do |s|
14
14
  s.source = {:file => './' }
15
15
  s.platforms = { :ios => "11.0", :tvos => "11.0" }
16
16
  s.source_files = 'iOS/MoEReactBridge/**/*.{h,m,mm}'
17
+ s.public_header_files = 'iOS/MoEReactBridge/**/*.h'
17
18
  s.dependency 'React'
18
- s.dependency 'MoEngagePluginBase','5.1.1'
19
+ s.dependency 'MoEngagePluginBase','5.2.0'
19
20
  s.ios.dependency 'MoEngage-iOS-SDK/RichNotification'
21
+ s.module_map = false
20
22
 
21
23
  s.prepare_command = <<-CMD
22
24
  echo // Generated file, do not edit > iOS/MoEReactBridge/MoEngageReactPluginInfo.h
@@ -20,9 +20,9 @@ rootProject.allprojects {
20
20
 
21
21
  ext {
22
22
  //dependency version
23
- moengageCoreVersion = "13.05.01"
24
- moengageInAppVersion = "8.7.0"
25
- basePluginVersion = "4.2.0"
23
+ moengageCoreVersion = "13.05.02"
24
+ moengageInAppVersion = "8.7.1"
25
+ basePluginVersion = "4.2.1"
26
26
  //build versions
27
27
  minimumVersion = 21
28
28
  compileVersion = 34
@@ -169,4 +169,9 @@ class MoEReactBridge(
169
169
  fun showNudge(payload: String) {
170
170
  bridgeHandler.showNudge(payload)
171
171
  }
172
+
173
+ @ReactMethod
174
+ fun getSelfHandledInApps(payload: String, promise: Promise) {
175
+ bridgeHandler.getSelfHandledInApps(payload, promise)
176
+ }
172
177
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-moengage",
3
- "version": "11.1.2",
3
+ "version": "11.1.4",
4
4
  "description": "MoEngage is a mobile marketing automation company. This react-native SDK helps you track events, trigger smart notifications and in-apps, provides a drop-in Inbox Controller for notifications.",
5
5
  "main": "src/index.ts",
6
6
  "files": [