Questions tagged [wonderpush]

WonderPush is push notification platform for web sites and mobile applications.

WonderPush is a free push notification service. It provides open source SDKs for Web sites, Android and iOS. Supports Chrome, Safari and Firefox push notifications.

Get started in minutes:

13 questions
13
votes
5 answers

Error: ENOENT: no such file or directory when running Ionic Cordova Platform Add Android

I just cant figure out how to solve this problem. I've tried many solutions but nothing works for my case. So i put my project in xampp\htdocs with folder name exam-ionic. Then when i tried to add platform android the error Error: ENOENT: no such…
Question Maker
  • 151
  • 1
  • 1
  • 6
6
votes
3 answers

How to set Cordova plugin variables in a Capacitor app?

I am attempting to set up the Wonderpush integration for Ionic using the docs at https://docs.wonderpush.com/docs/mobile-push-notifications-ionic The instructions say to install the plugin with: ionic cordova plugin add wonderpush-cordova-sdk…
abbo2t
  • 206
  • 2
  • 9
3
votes
1 answer

how do i make wonderpush in app message to work for subscribing to web push?

I am having problem on wonderpush. I tried to use the in app functionality to have a custom message for user to subscribe to web push notification but it doesn't work. I tried modifying the in app sample to use only 1 button to subscribe and it did…
laurent
  • 79
  • 2
1
vote
1 answer

What library to install for Wonderpush in react native?

Hi what are the libraries to install in order to use the Wonderpush notifications in react-native ? Thanks !
Jats1596
  • 1,117
  • 1
  • 13
  • 20
1
vote
1 answer

Nativescript conflict between two plugins - Android gradle

I use the NativeScript plugin Firebase and the NativeScript plugin WonderPush. But when I try to compile for Android, I get an error : FAILURE: Build failed with an exception. * What went wrong: Failed to capture snapshot of input files for task…
1
vote
1 answer

Is it possible to use just the WonderPush REST API to send Push notifications to Android devices without using their SDK?

I'm developing an Android Application for a client who is very concerned about users data privacy. WonderPush Android SDK is open source, but I would like to make several testings without upgrading the App in Google Play. So, is it possible to use…
Bob Yak
  • 43
  • 7
0
votes
1 answer

wonderpush notification cordova plugin build error

the plugin wonderpush-corodva-sdk can't export and ipa [19:41:08] Running command: xcodebuild -exportArchive -archivePath Joy Hope Messenger.xcarchive -exportOptionsPlist /private/tmp/download/platforms/ios/exportOptions.plist -exportPath…
Kit Kit
  • 1
  • 1
0
votes
1 answer

Firebase onMessageReceived() returns no getNotification

Calling remoteMessage.getNotification() returns null and when calling remoteMessage.getData() I get a strange object back that has an initial property _wp={ as listed below. I need to extract the alert property each time but I am not sure…
pap
  • 115
  • 15
0
votes
1 answer

my build is working on VS code but not on Xcode

When I launched my app on iOS on vs code, the build is successfull but the app crashed when you change the screen. When I open my Xcode the build failed directly with an error fatal error: module map file…
Wendy Montagnon
  • 155
  • 1
  • 10
0
votes
1 answer

Using Fastlane for Push Notification services? (Wonderpush iOS, in this instance)

I have a Cordova app that builds successfully with Fastlane (using "match" and "fastlane-plugin-cordova"), and I'm trying to add push notifications to it - specifically, I'm using Wonderpush and trying to get this working on iOS initially, but I…
NeilS
  • 592
  • 3
  • 14
0
votes
1 answer

Customizing push notification with WonderPush?

I have figured out how to send a push notification with WonderPush through two ways: #1 $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'https://management-api.wonderpush.com/v1/deliveries'); curl_setopt($ch, CURLOPT_RETURNTRANSFER,…
Thomas
  • 313
  • 1
  • 11
0
votes
1 answer

Use of WonderPush in react native

is it possible to use WonderPush in order to send push notifications in a react-native app ? I want to be able to send a notification. Thanks !
Jats1596
  • 1,117
  • 1
  • 13
  • 20
-1
votes
1 answer

How to use an external sdk with Nativescript

I'm developping a NativeScript application and want to use the WonderPush SDK. I've already used this SDK into a native Android application, so I tried to create a new plugin to wrap the SDK. I imported the library in the gradle file, and I tried to…