Questions tagged [wonderpush]

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

wonderpush
Filter by
Sorted by
Tagged with
0 votes
1 answer
222 views

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/...
Kit Kit's user avatar
13 votes
5 answers
22k views

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 ...
Question Maker's user avatar
3 votes
1 answer
148 views

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 ...
laurent's user avatar
  • 79
0 votes
1 answer
150 views

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 ...
pap's user avatar
  • 115
0 votes
1 answer
1k views

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 ...
Wendy Montagnon's user avatar
6 votes
3 answers
4k views

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 ...
abbo2t's user avatar
  • 226
1 vote
1 answer
2k views

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 ...
NeilS's user avatar
  • 602
0 votes
1 answer
428 views

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'); ...
Thomas's user avatar
  • 313
1 vote
1 answer
103 views

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's user avatar
  • 1,157
0 votes
1 answer
157 views

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's user avatar
  • 1,157
-1 votes
1 answer
171 views

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 ...
captainhaddock's user avatar
1 vote
1 answer
492 views

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: ...
captainhaddock's user avatar
1 vote
1 answer
1k views

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 ...
Bob Yak's user avatar
  • 43