@oracle/react-native-pushiomanager
Advanced tools
Comparing version 6.56.3 to 6.56.4
12
index.js
@@ -684,3 +684,7 @@ /* | ||
static setCrashLoggingEnabled(isEnabled) { | ||
RCTPushIOManager.setCrashLoggingEnabled(isEnabled); | ||
if (Platform.OS === 'android') { | ||
RCTPushIOManager.setCrashLoggingEnabled(isEnabled); | ||
} else { | ||
console.log("API not supported"); | ||
} | ||
} | ||
@@ -693,3 +697,7 @@ /** | ||
static isCrashLoggingEnabled(callback) { | ||
RCTPushIOManager.isCrashLoggingEnabled(callback); | ||
if (Platform.OS === 'android') { | ||
RCTPushIOManager.isCrashLoggingEnabled(callback); | ||
} else { | ||
console.log("API not supported"); | ||
} | ||
} | ||
@@ -696,0 +704,0 @@ |
{ | ||
"name": "@oracle/react-native-pushiomanager", | ||
"version": "6.56.3", | ||
"version": "6.56.4", | ||
"description": "React Native Module for Responsys Mobile SDK", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -694,7 +694,11 @@ # React Native Module for Responsys SDK | ||
With this release, we have made changes to our [Multiple SDK](https://docs.oracle.com/en/cloud/saas/marketing/responsys-develop-mobile/react/react-multiple-sdk.htm) guide after reports of duplicate notifications displayed due to a bug in `@react-native-firebase/messaging` plugin. | ||
API for registration has been changed to: registerApp(enablePushNotification, useLocation, callback) | ||
Make sure you review the updated guide as you upgrade the app to v6.56.3. | ||
This allows your app to control when to display the push notification permission prompt on Android 13 and later devices. | ||
Also, with this release, we have made changes to our [Multiple SDK](https://docs.oracle.com/en/cloud/saas/marketing/responsys-develop-mobile/react/react-multiple-sdk.htm) guide after reports of duplicate notifications displayed due to a bug in `@react-native-firebase/messaging` plugin. | ||
Make sure you implement the updated guide as you upgrade to plugin v6.56.3. | ||
### 6.52.1 | ||
@@ -701,0 +705,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1310864
1063
760