pushiomanager-react-native
pushiomanager-react-native copied to clipboard
React Native Module for Responsys SDK
Hi, according to the new Apple privacy policy apps and third party SDK's should contain a privacy manifest file, named PrivacyInfo.xcprivacy. See message below. > Starting **May 1, 2024,** when...
Hello, I updated my react-native from version 0.66.3 to 0.69.5 and notifications on Android are not showing, iOS works normally. Found this error in Android Studio Logcat: ` 2022-09-22 16:51:46.996...
Hey guys, I'm having a problem sending notifications to devices registered by IOS, I'm getting the error: 400 - BadDeviceToken. Has anyone dealt with this?
I have implemented the notifications on iOS and Android. I get the notification in device. Now when I click on notification I am not getting any event from which we...
Hey guys, After carrying out this implementation https://github.com/oracle/pushiomanager-react-native/wiki/Android:-Handling-Push-Notifications-In-App-Background-or-Killed-State We have the following problem with the Firebase SDK, after the user receives a notification from Firebase and the user has already...
Hello, After adding both frameworks `PushIOManager.framework` and `PIOMediaAttachmentExtension.framework` (needed for media push notifications as stated in the [documentation](https://docs.oracle.com/en/cloud/saas/marketing/responsys-develop-mobile/ios/media-attachments.htm), the build fails with an error inside the `react-native-pushiomanager` pod: > 'PushIOManager/PushIOManagerAll.h'...
When trying to install the package in a monorepo project it doesn't find the `ios` folder correctly. Postinstall script try to copy `PushIOManager.framework` in `ios` root folder but my `ios`...
I have integrate the library with given setup points. For android I am getting below error: Caused by: org.gradle.api.plugins.UnknownPluginException: Plugin with id 'maven' not found Can you please help me...
 what is the reason for this script? version 6.52 **"scripts": {** "postinstall": "rm -rf ./framework/PushIOManager.framework && cp -Rf ../../../ios/framework/PushIOManager.framework ./framework/ || { exit 1 && \n\n\n Error ==> PushIOManager.framework...
On ios, with the 6.52 version update: ` use_native_modules! pod 'PushIOManager', :path => './framework/' ` When I try run pod install, I get this error: `[!] The 'Pods-dotzPayments' target has...