Questions tagged [pushbots]
32 questions
0
votes
1 answer
pushbot and phonegap build integration
I am trying to integrate pushbot with phonegap build android app.
reference : https://pushbots.com/developer/docs/phonegap-sdk-integration
As on their guid i have downloaded blank project from githud
link:…

Albert
- 316
- 3
- 15
0
votes
1 answer
pushbots-cli not recognized but installed windows 10
I have no idea where to go with this.
I spent 3 days searching solution for this issue
I installed pushbots-cli (through npm) but i cant get it working.
Getting "'pushbots' is not recognized as an internal or external command,
operable program or…

aleXela
- 1,270
- 2
- 21
- 34
0
votes
1 answer
Attempt to invoke virtual method 'void com.pushbots.push.utils.PBPrefs.setCustomHandler(java.lang.String)' on a null object r
I am use push bots API for push notification i got exception null pointer when i try to implement Custom handler for notifications.
Here is documentation where i learn
https://pushbots.com/developer/docs/android-sdk-integration
My Android…

Hamza
- 2,017
- 1
- 19
- 40
0
votes
1 answer
Where exactly to put the code of Push notification plugin in js file?
I have added push plugin in my Cordova application from CLI and also edited the code in JS file. But the device( an emulator of android-23) isn't showing any notification when I run the project.
I have followed exactly what is said in this…

Minal Kalkute
- 3
- 4
0
votes
1 answer
Cloud Messaging using GCM
I am trying Notifications task using Pushbots. I was follow what are the steps to do in Android Manifest file. My device registered successfully but messages not sent to my device. Its Checking on Pushbots sand box I got Notification deilvery failed…

IamDMahesh
- 99
- 1
- 10
0
votes
0 answers
Change activity that opens on clicking pushbots notification in phonegap
I am using Pushbots to send a notification to my phonegap application, whenever I click the sent notification index.html opens up, how to change that to say next_page.html. That is when I click on the notification next_page.html should open…

ada2161
- 147
- 8
0
votes
1 answer
How to set alias in pushbots for phonegap?
I am using pushbots and trying to set an alias for my device, I could not find any code in the documentation to do so. I tried using below code
var Pushbots = PushbotsPlugin.initialize("569a8967177959f4778b4567", {
"android":{
…

Ankita Gandhi
- 21
- 3
0
votes
1 answer
Access the pushbots REST Api from java
I am trying to send a push notification using pushbots. It is working when I use cURL but how could I achieve that from my java server?
The curl script that I would like to send is like that:
curl -X POST \
-H "x-pushbots-appid:…

Luca Vinciguerra
- 37
- 9
0
votes
1 answer
Out of Phonegap and PushBots, which one is more easier to implement push notification for ionic apps?
I am trying to learn the ionic framework to develop an android app. So, I wanted to know, out of Phonegap and PushBots, which one is more easier to implement push notification for ionic apps ? I am asking for easiness in terms of automatic setup and…

Siddhika Chhelavda
- 31
- 7
0
votes
1 answer
Pushbots why I need to give the platform?
I use pushbots for notification in my app. I am using cordova.
I looked at the api and they required the platform number 0 for iphone and 1 for android.
Why I need to give them the platform? in the site their is the list of the tokens with the…
user5303752
0
votes
1 answer
Setup what kind of push notification is displayed in ios / cordova / pushbots
I'm currently sending push notifications to my Phonegap app via the Pushbots plugin. But with the initial settings the message gets displayed as a banner (only on the top and without the open/dismiss buttons). I would like to display it as an alert!…

Bergrebell
- 4,263
- 4
- 40
- 53
0
votes
1 answer
Pushbots and Ionic App
I am trying to implement the pushbots code into my ionic app to have push notifications via - Pushbots docs
What I can't seem to figure out is where the following code goes:
if(PushbotsPlugin.isAndroid()){
…

Sole
- 3,100
- 14
- 58
- 112
0
votes
1 answer
Phonegaph Pushbots Plugin: How to get device registration id from google cloud messaging?
I am using PushBots plugin in my Phonegap application for android phones. I need to get the device registration id from google cloud messaging server to send user specific push notification. I am using PHP and mySQL in back-end. Basically I need to…

Ganesh V.V.
- 11
- 6
0
votes
1 answer
use Pushbots API on ASP.NET
I finished setting up my Android hybrid app (webView app) with pushbots to receive push notification
it work fine when i send it through their website dashboard.
the thing is i have a website programmed with VB.NET, Whenever i post something there…

A_BnSultan
- 33
- 5
0
votes
1 answer
PushBots Registering Device with Alias
While registering the Device with Pushbots i am not able to send the alias value to the server. The logs show it is sending the alias but when I check the list of the devices it does not show the alias value registered.
I am using this after…

Harsha M V
- 54,075
- 125
- 354
- 529