react-native-mapp-plugin 1.3.2 → 1.3.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,24 @@
1
+ # Version 1.3.4
2
+ - Updated native Mapp SDK versions; for Android - 6.1.3; for iOS - 6.1.1;
3
+ **Bug Fixes**
4
+ - Android: Fixed an issue where notificationMode settings had no effect — setting the mode to BACKGROUND_ONLY or SILENT_ONLY previously displayed push messages even when the application was in the foreground.
5
+ - Android: Fixed a bug where the device’s cached state was not properly invalidated after logout, which caused certain SDK methods to malfunction.
6
+ - Android: Fixed an issue where device fingerprint information was not updated when changes occurred.
7
+ - iOS: Updated internal implementation to remove usage of deprecated iOS APIs.
8
+ - iOS: Links from Push and In-App messages continue to open and function as expected.
9
+
10
+ **Dependency Updates (Android)**
11
+ ```
12
+ *com.google.code.gson:gson: 2.13.2
13
+ *com.google.dagger:dagger: 2.57.2
14
+ *com.google.firebase:firebase-bom: 34.4.0
15
+ *com.github.bumptech.glide:compiler: 5.0.5
16
+ *androidx.appcompat:appcompat: 1.7.1
17
+ *androidx.webkit:webkit: 1.14.0
18
+ *androidx.work:work-runtime: 2.10.5
19
+ *androidx.concurrent:concurrent-futures: 1.3.0
20
+ ```
21
+
1
22
  # Version 1.3.2
2
23
  - Resolved an issue introduced in version 1.3.1 where changes to the setAlias function declaration caused compatibility problems. The function has been updated to ensure backward compatibility.
3
24
 
@@ -18,13 +18,14 @@ Pod::Spec.new do |s|
18
18
  s.source_files = "ios/**/*.{h,c,m,swift}"
19
19
  #s.vendored_framework = "ios/Frameworks/AppoxeeSDK.xcframework", "ios/Frameworks/AppoxeeLocationServices.framework", "ios/Frameworks/AppoxeeInapp.framework"
20
20
  #s.resources = "ios/Frameworks/AppoxeeSDKResources.bundle", "ios/Frameworks/AppoxeeInappResources.bundle"
21
- #s.preserve_path = "ios/Frameworks/"
21
+ #s.preserve_path = "ios/Frameworks/"
22
22
  # s.public_header_files = "ios/Frameworks/AppoxeeSDK.framework/Headers/"
23
23
  s.requires_arc = true
24
24
  s.frameworks = "WebKit"
25
25
  s.library = 'sqlite3'
26
26
  s.dependency "React"
27
- s.dependency "MappSDK" , '~> 6.1.0'
27
+ s.dependency 'RCT-Folly'
28
+ s.dependency "MappSDK" , '~> 6.1.1'
28
29
  s.dependency "MappSDKInapp"
29
30
  s.dependency "MappSDKGeotargeting", '~> 6.0.7'
30
31
 
File without changes
@@ -0,0 +1,2 @@
1
+ #Thu Nov 13 13:24:36 CET 2025
2
+ gradle.version=8.14.3
File without changes
@@ -0,0 +1 @@
1
+ MappEngagePlugin
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="AndroidProjectSystem">
4
+ <option name="providerId" value="com.android.tools.idea.GradleProjectSystem" />
5
+ </component>
6
+ </project>